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 loewis
Recipients kristjan.jonsson, loewis, ronaldoussoren
Date 2010-04-15.20:32:58
SpamBayes Score 0.00037010407
Marked as misclassified No
Message-id <4BC777F9.50205@v.loewis.de>
In-reply-to <1271361646.51.0.206027864382.issue8410@psf.upfronthosting.co.za>
Content
> On pthreads plaforms, if the posix_sem functions aren't available
> (when _POSIX_SEMAPHORES isn't defined), the python lock is
> implemented with a mutex and a condition variable.  This appears to
> be the case on Mac OS X, for example. The problem is that this lock
> does not provide fairness to threads trying to acquire it. 

Why do you think condition variables don't provide fairness?
History
Date User Action Args
2010-04-15 20:33:00loewissetrecipients: + loewis, ronaldoussoren, kristjan.jonsson
2010-04-15 20:32:58loewislinkissue8410 messages
2010-04-15 20:32:58loewiscreate