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 kristjan.jonsson, pitrou, sbt
Date 2012-06-22.15:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340380692.5.0.910288563839.issue15124@psf.upfronthosting.co.za>
In-reply-to
Content
Lock release (the silly saninty check) and acquisition of an uncontested lock.

I was waiting for that other windows lock stuff to go in before doing this, because I thought they might actually overlap in implementation, which they didn't.

I'll check this in later.  Meanwhile look at the other, slightly more contentious patch, issue #15139.

(condition variables are the whole reason I've been messing around with locks of late, since I had to make sure my threadpool-related HTTP requests on the PS3 performed adequately)
History
Date User Action Args
2012-06-22 15:58:13kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, sbt
2012-06-22 15:58:12kristjan.jonssonsetmessageid: <1340380692.5.0.910288563839.issue15124@psf.upfronthosting.co.za>
2012-06-22 15:58:11kristjan.jonssonlinkissue15124 messages
2012-06-22 15:58:11kristjan.jonssoncreate