This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients barry, benjamin.peterson, doko, martin.panter, serhiy.storchaka
Date 2015-12-05.07:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449298999.44.0.874318246961.issue25698@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-05 07:03:19benjamin.petersonsetrecipients: + benjamin.peterson, barry, doko, martin.panter, serhiy.storchaka
2015-12-05 07:03:19benjamin.petersonsetmessageid: <1449298999.44.0.874318246961.issue25698@psf.upfronthosting.co.za>
2015-12-05 07:03:19benjamin.petersonlinkissue25698 messages
2015-12-05 07:03:19benjamin.petersoncreate