Message 255929 - Python tracker
Message255929
| 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:19 | benjamin.peterson | set | recipients: + benjamin.peterson, barry, doko, martin.panter, serhiy.storchaka |
| 2015-12-05 07:03:19 | benjamin.peterson | set | messageid: <1449298999.44.0.874318246961.issue25698@psf.upfronthosting.co.za> |
| 2015-12-05 07:03:19 | benjamin.peterson | link | issue25698 messages |
| 2015-12-05 07:03:19 | benjamin.peterson | create | |