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 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:47serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Mark.Shannon, python-dev, berker.peksag, yselivanov, Demur Rumed
2016-09-11 10:07:45serhiy.storchakasetmessageid: <1473588465.7.0.583376946951.issue27213@psf.upfronthosting.co.za>
2016-09-11 10:07:45serhiy.storchakalinkissue27213 messages
2016-09-11 10:07:45serhiy.storchakacreate