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 pitrou, vstinner
Date 2011-04-24.21:43:40
SpamBayes Score 0.0057307496
Marked as misclassified No
Message-id <1303681420.92.0.0154747959897.issue11005@psf.upfronthosting.co.za>
In-reply-to
Content
> Is the assert still needed?

The assertion is in RLock()._acquire_restore(), not in RLock._release_save(). I prefer to keep it, it doesn't hurt.

 close this issue because I commited my fix.
History
Date User Action Args
2011-04-24 21:43:40vstinnersetrecipients: + vstinner, pitrou
2011-04-24 21:43:40vstinnersetmessageid: <1303681420.92.0.0154747959897.issue11005@psf.upfronthosting.co.za>
2011-04-24 21:43:40vstinnerlinkissue11005 messages
2011-04-24 21:43:40vstinnercreate