Message 255954 - Python tracker
On Dec 05, 2015, at 07:03 AM, Benjamin Peterson wrote: >The underlying issue is classic: PyDict_SetItem returns NULL if the stack is >too deep. This confuses import. Thanks for digging into this Benjamin. I'm not able to investigate further atm, but could you please explain your analysis in more detail? Where's the faulty setitem? Where is import getting confused? Why does this (or the combination I found before) cause the problem?