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, kristjan.jonsson, loewis, pitrou
Date 2010-04-03.13:04:46
SpamBayes Score 0.002337394
Marked as misclassified No
Message-id <1270299999.3761.11.camel@localhost>
In-reply-to <1270298255.15.0.238983675567.issue8299@psf.upfronthosting.co.za>
Content
Kristjan, I agree with Martin, it's probably too late to make such
changes for 2.7.
Additionally, your "round-robin" scheme only seems round-robin when
there are two threads competing. Otherwise, you could have three threads
A, B and C, and the GIL bouncing between A and B.

I would advocate opening a separate issue to improve the Windows
condition variable code under 3.x.
History
Date User Action Args
2010-04-03 13:04:47pitrousetrecipients: + pitrou, loewis, beazley, kristjan.jonsson, dabeaz
2010-04-03 13:04:46pitroulinkissue8299 messages
2010-04-03 13:04:46pitroucreate