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 ronaldoussoren
Recipients dabeaz, kristjan.jonsson, loewis, pitrou, ronaldoussoren, ysj.ray
Date 2010-07-23.16:38:01
SpamBayes Score 0.0033496486
Marked as misclassified No
Message-id <1279903082.98.0.0472571054633.issue8410@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out that posix semaphores aren't supported on OSX.

The patch doesn't apply cleanly anymore, and that is not just because of whitespace issues (the patch contains tabs while the tree no longer does).  

The chunk that affects 'PyThread_acquire_lock_timed' doesn't apply even with 'patch -l' (which ignores whitespace).

I'll try to update the patch, but I'm not that well versed in pthread so that might take a while.
History
Date User Action Args
2010-07-23 16:38:03ronaldoussorensetrecipients: + ronaldoussoren, loewis, pitrou, kristjan.jonsson, dabeaz, ysj.ray
2010-07-23 16:38:02ronaldoussorensetmessageid: <1279903082.98.0.0472571054633.issue8410@psf.upfronthosting.co.za>
2010-07-23 16:38:01ronaldoussorenlinkissue8410 messages
2010-07-23 16:38:01ronaldoussorencreate