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 kristjan.jonsson
Recipients beazley, dabeaz, kristjan.jonsson, loewis, pitrou
Date 2010-04-03.12:33:43
SpamBayes Score 3.0051788e-05
Marked as misclassified No
Message-id <1270298024.78.0.637170322151.issue8299@psf.upfronthosting.co.za>
In-reply-to
Content
Martin: Well, this patch was originally conceived more as a demonstration of the GIL problem and an alternative fix proposal.
However, it is possible to configure it so that there is no change from existing functionality, simply by not including thread_gil.h in thread_pthread.h and thread_nt.h.  The only change would then be the presence of the new PyThread_type_gil and associating locking functions which delegate directly to the old PyThread_type_lock functions.
History
Date User Action Args
2010-04-03 12:33:44kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, beazley, pitrou, dabeaz
2010-04-03 12:33:44kristjan.jonssonsetmessageid: <1270298024.78.0.637170322151.issue8299@psf.upfronthosting.co.za>
2010-04-03 12:33:43kristjan.jonssonlinkissue8299 messages
2010-04-03 12:33:43kristjan.jonssoncreate