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.19:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340479186.07.0.701850159056.issue15139@psf.upfronthosting.co.za>
In-reply-to
Content
_acquire_condition() should _always_ re-aquire the outer lock, even for a timeout or an interrupt.

I see however that it doesn't do so if there is an argument error, but that should not be a problem for an internal method, since it would mean that threading.Condition() were incorrectly implemented.
History
Date User Action Args
2012-06-23 19:19:46kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, georg.brandl, jcea, pitrou, sbt
2012-06-23 19:19:46kristjan.jonssonsetmessageid: <1340479186.07.0.701850159056.issue15139@psf.upfronthosting.co.za>
2012-06-23 19:19:45kristjan.jonssonlinkissue15139 messages
2012-06-23 19:19:45kristjan.jonssoncreate