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 loewis
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond
Date 2009-02-01.17:53:20
SpamBayes Score 0.001829438
Marked as misclassified No
Message-id <1233510802.54.0.135518746324.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I'm also -1 on the proposed patch. While it does achieve what it
wants to achieve, I believe that the goal of the patch is undesirable.
It makes things worse, not better, by introducing the risk of race
conditions against other (native) threads - where currently, we would
get reproducable behavior.
History
Date User Action Args
2009-02-01 17:53:22loewissetrecipients: + loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson
2009-02-01 17:53:22loewissetmessageid: <1233510802.54.0.135518746324.issue4804@psf.upfronthosting.co.za>
2009-02-01 17:53:21loewislinkissue4804 messages
2009-02-01 17:53:20loewiscreate