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 pitrou
Recipients jcea, neologix, pitrou, rhettinger, tim.peters
Date 2013-03-10.14:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362924704.78.0.742403399815.issue17385@psf.upfronthosting.co.za>
In-reply-to
Content
That said, I seem to remember a discussion of Condition's fairness.
Right now, waiters are notified in the order of wait() calls. This wouldn't be the case anymore if using a set instead of a list or deque.

Also, I can't remember a situation where I made an intensive use of a Condition (say, hundreds of calls per second), as opposed to Lock and RLock which can be heavily invoked to protect the integrity of critical data structures.
History
Date User Action Args
2013-03-10 14:11:44pitrousetrecipients: + pitrou, tim.peters, rhettinger, jcea, neologix
2013-03-10 14:11:44pitrousetmessageid: <1362924704.78.0.742403399815.issue17385@psf.upfronthosting.co.za>
2013-03-10 14:11:44pitroulinkissue17385 messages
2013-03-10 14:11:44pitroucreate