Message275766
> 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). |
|
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 | |
|