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 Catalin.Patulea, anacrolix, georg.brandl, gregory.p.smith, jcea, kristjan.jonsson, loewis, pitrou, sbt
Date 2014-04-04.13:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396618520.69.0.257823774694.issue15139@psf.upfronthosting.co.za>
In-reply-to
Content
In our 2.7 branches, this approach has been superseded with a natively impolemented _Condition class.  This is even more efficient.  It is available if the underlying Lock implementation is based on pthread locks (not semaphores).
History
Date User Action Args
2014-04-04 13:35:20kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, georg.brandl, gregory.p.smith, jcea, pitrou, anacrolix, sbt, Catalin.Patulea
2014-04-04 13:35:20kristjan.jonssonsetmessageid: <1396618520.69.0.257823774694.issue15139@psf.upfronthosting.co.za>
2014-04-04 13:35:20kristjan.jonssonlinkissue15139 messages
2014-04-04 13:35:20kristjan.jonssoncreate