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 vstinner
Recipients vstinner
Date 2011-01-25.12:36:08
SpamBayes Score 0.071897216
Marked as misclassified No
Message-id <1295958969.45.0.0394925969904.issue11004@psf.upfronthosting.co.za>
In-reply-to
Content
Attached script, bug.py, ends with:

$ python3.2 source2.py 
deque.remove(x): x not in deque
python: ./Modules/_collectionsmodule.c:536: deque_count: Assertion `leftblock->rightlink != ((void *)0)' failed.
Abandon (core dumped)
History
Date User Action Args
2011-01-25 12:36:09vstinnersetrecipients: + vstinner
2011-01-25 12:36:09vstinnersetmessageid: <1295958969.45.0.0394925969904.issue11004@psf.upfronthosting.co.za>
2011-01-25 12:36:08vstinnerlinkissue11004 messages
2011-01-25 12:36:08vstinnercreate