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 dabeaz
Recipients beazley, dabeaz, flox, kristjan.jonsson, loewis, pitrou, r.david.murray, techtonik, torsten
Date 2010-04-17.03:22:19
SpamBayes Score 0.0006868281
Marked as misclassified No
Message-id <1271474541.12.0.892212107471.issue8299@psf.upfronthosting.co.za>
In-reply-to
Content
One other comment.  Running the modified fair.py file on my Linux system using Python compiled with semaphores shows they they are *definitely* not fair.  Here's the relevant part of your test:

Treaded, balanced execution, with quickstop:
fast C: 1.580815 (0 left)
fast B: 1.636923 (158919 left)
fast A: 1.788634 (310323 left)
History
Date User Action Args
2010-04-17 03:22:21dabeazsetrecipients: + dabeaz, loewis, beazley, pitrou, kristjan.jonsson, techtonik, r.david.murray, flox, torsten
2010-04-17 03:22:21dabeazsetmessageid: <1271474541.12.0.892212107471.issue8299@psf.upfronthosting.co.za>
2010-04-17 03:22:19dabeazlinkissue8299 messages
2010-04-17 03:22:19dabeazcreate