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 kristjan.jonsson
Recipients georg.brandl, jcea, kristjan.jonsson, loewis, pitrou, sbt
Date 2012-06-23.21:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340486357.33.0.616878940181.issue15139@psf.upfronthosting.co.za>
In-reply-to
Content
Made lock_acquire_condition() more robust, always acquiring the outer lock if possible.
For Lock objects (not RLocks), set the "locked" variable that was recently added.
History
Date User Action Args
2012-06-23 21:19:17kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, georg.brandl, jcea, pitrou, sbt
2012-06-23 21:19:17kristjan.jonssonsetmessageid: <1340486357.33.0.616878940181.issue15139@psf.upfronthosting.co.za>
2012-06-23 21:19:16kristjan.jonssonlinkissue15139 messages
2012-06-23 21:19:15kristjan.jonssoncreate