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 beazley, dabeaz, flox, kristjan.jonsson, loewis, pitrou, techtonik, torsten
Date 2010-04-15.14:28:03
SpamBayes Score 0.0017976413
Marked as misclassified No
Message-id <1271341808.3425.3.camel@localhost>
In-reply-to <1271340562.22.0.32269834744.issue8299@psf.upfronthosting.co.za>
Content
> if _POSIX_SEMAPHORES is defined, thread_pthread.h is designed to use
> the (fair) semaphore.  If it is not present, or
> HAVE_BROKEN_POSIX_SEMAPHORES defined, the semaphore is supposed to be
> emulated using a condition variable.
> Now, I don't have access to a mac or linux machine, but does a modern
> python build perhaps actually have USE_SEMAPHORES defined?

Yes, it does.
Actually, I find it unlikely that any modern Unix would fall back on the
non-semaphore version. All this code is (mostly) very old.
History
Date User Action Args
2010-04-15 14:28:04pitrousetrecipients: + pitrou, loewis, beazley, kristjan.jonsson, techtonik, flox, dabeaz, torsten
2010-04-15 14:28:03pitroulinkissue8299 messages
2010-04-15 14:28:03pitroucreate