Benjamin Peterson added the comment:

I can reproduce with

% ./python Lib/test/regrtest.py test___all__ test_memoryio test_zipimport 
test_cpickle


The underlying issue is classic: PyDict_SetItem returns NULL if the stack is 
too deep. This confuses import.

Not new, so not a release blocker.

----------
priority: release blocker -> normal

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to