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:44:27
SpamBayes Score 0.0011581918
Marked as misclassified No
Message-id <1295959468.18.0.305168366567.issue11005@psf.upfronthosting.co.za>
In-reply-to
Content
Attached script (bug2.py) ends with:

$ ~/prog/SVN/py3k/python bug2.py                                                                                                         
python: ./Modules/_threadmodule.c:399: rlock_acquire_restore: Assertion `self->rlock_count == 0' failed.
Abandon

It should raise a classic Python exception, instead of stopping with a fatal assertion error.
History
Date User Action Args
2011-01-25 12:44:28vstinnersetrecipients: + vstinner
2011-01-25 12:44:28vstinnersetmessageid: <1295959468.18.0.305168366567.issue11005@psf.upfronthosting.co.za>
2011-01-25 12:44:27vstinnerlinkissue11005 messages
2011-01-25 12:44:27vstinnercreate