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 brian.curtin, kristjan.jonsson, loewis, pitrou, python-dev, sbt, tim.golden
Date 2012-04-27.15:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335539430.34.0.532425340809.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
I understand what he meant, but that wasn't the intent of the patch.  The patch is to use simulated critical sections using a semaphore, same as the new GIL implementation already does.

If you want dynamic runtime detection, then this is a feature request :)
I'm not sure we do it elsewhere in Python, and the benefit is doubtful...
History
Date User Action Args
2012-04-27 15:10:30kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou, tim.golden, brian.curtin, python-dev, sbt
2012-04-27 15:10:30kristjan.jonssonsetmessageid: <1335539430.34.0.532425340809.issue11618@psf.upfronthosting.co.za>
2012-04-27 15:10:29kristjan.jonssonlinkissue11618 messages
2012-04-27 15:10:29kristjan.jonssoncreate