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 osvenskan
Recipients dripton, georg.brandl, jnoller, kjohnson, osvenskan
Date 2008-10-22.15:56:08
SpamBayes Score 0.001425755
Marked as misclassified No
Message-id <1224690970.54.0.155645634639.issue4012@psf.upfronthosting.co.za>
In-reply-to
Content
The Synchronization primitives section should mention that
sem_timedwait() isn't supported under OS X <=10.5.5 (and possibly later
versions) so as a result timeouts passed to acquire() will be ignored
(or raise an error?)

http://docs.python.org/dev/library/multiprocessing.html#synchronization-primitives
History
Date User Action Args
2008-10-22 15:56:10osvenskansetrecipients: + osvenskan, georg.brandl, dripton, kjohnson, jnoller
2008-10-22 15:56:10osvenskansetmessageid: <1224690970.54.0.155645634639.issue4012@psf.upfronthosting.co.za>
2008-10-22 15:56:09osvenskanlinkissue4012 messages
2008-10-22 15:56:08osvenskancreate