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 collinwinter, davidfraser, kevinwatters, loewis, mhammond, pitrou, sitbon
Date 2009-11-13.15:56:13
SpamBayes Score 4.251868e-07
Marked as misclassified No
Message-id <1258127775.87.0.437768520591.issue6132@psf.upfronthosting.co.za>
In-reply-to
Content
Phillip, the GIL implementation has changed completely in the current
py3k (3.2) branch. If you have any specific benchmark to test it, it
would be nice to give it a try.

In any case, using a critical section in thread_nt.h could still be
beneficial for things other than the GIL, assuming it doesn't change the
semantics.
History
Date User Action Args
2009-11-13 15:56:16pitrousetrecipients: + pitrou, loewis, mhammond, collinwinter, davidfraser, kevinwatters, sitbon
2009-11-13 15:56:15pitrousetmessageid: <1258127775.87.0.437768520591.issue6132@psf.upfronthosting.co.za>
2009-11-13 15:56:14pitroulinkissue6132 messages
2009-11-13 15:56:13pitroucreate