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, kristjan.jonsson, loewis, pitrou
Date 2010-04-03.12:55:02
SpamBayes Score 0.00068170944
Marked as misclassified No
Message-id <1270299303.6.0.270259323048.issue8299@psf.upfronthosting.co.za>
In-reply-to
Content
Just ran the CPU-bound GIL test on my wife's dual core Windows Vista machine.  The code runs twice as slow using two threads as it does using no threads (original observed behavior in my GIL talk).
History
Date User Action Args
2010-04-03 12:55:03dabeazsetrecipients: + dabeaz, loewis, beazley, pitrou, kristjan.jonsson
2010-04-03 12:55:03dabeazsetmessageid: <1270299303.6.0.270259323048.issue8299@psf.upfronthosting.co.za>
2010-04-03 12:55:02dabeazlinkissue8299 messages
2010-04-03 12:55:02dabeazcreate