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 doko
Recipients benjamin.peterson, doko, rhettinger
Date 2015-05-11.00:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431303240.23.0.685308735341.issue24162@psf.upfronthosting.co.za>
In-reply-to
Content
I see this on i586-linux-gnu and i686-linux-gnu. Reverting the 95844:fb6c2fbbde34 commit makes the problem go away.

python: ../Modules/_collectionsmodule.c:711: deque_del_item: Assertion `i >= 0 && i < (((PyVarObject*)(deque))->ob_size)' failed.
Makefile:818: recipe for target 'test' failed
make[1]: *** [test] Aborted (core dumped)
History
Date User Action Args
2015-05-11 00:14:00dokosetrecipients: + doko, rhettinger, benjamin.peterson
2015-05-11 00:14:00dokosetmessageid: <1431303240.23.0.685308735341.issue24162@psf.upfronthosting.co.za>
2015-05-11 00:14:00dokolinkissue24162 messages
2015-05-11 00:13:59dokocreate