Message 275766 - Python tracker
Message275766
| Author | serhiy.storchaka |
|---|---|
| Recipients | Demur Rumed, Mark.Shannon, berker.peksag, python-dev, serhiy.storchaka, vstinner, yselivanov |
| Date | 2016-09-11.10:07:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473588465.7.0.583376946951.issue27213@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> python: Objects/abstract.c:2385: _PyStack_AsDict: Assertion > `PyDict_GetItem(kwdict, key) != ((void *)0)' failed. Aborted (core dumped) > generate-posix-vars failed > make: *** [pybuilddir.txt] Error 1 Ah, it's my fault. I didn't test the latest patch with debug build. Here should be == instead of !=. Could you please test updated patch? Unfortunately I can's reproduce crashes in test_sys and test_runpy (on 32-bit Linux). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-11 10:07:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, Mark.Shannon, python-dev, berker.peksag, yselivanov, Demur Rumed |
| 2016-09-11 10:07:45 | serhiy.storchaka | set | messageid: <1473588465.7.0.583376946951.issue27213@psf.upfronthosting.co.za> |
| 2016-09-11 10:07:45 | serhiy.storchaka | link | issue27213 messages |
| 2016-09-11 10:07:45 | serhiy.storchaka | create | |