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 PythonInTheGrass, pitrou, terry.reedy
Date 2011-01-22.14:39:46
SpamBayes Score 0.001534436
Marked as misclassified No
Message-id <1295707201.75.0.831940979141.issue10909@psf.upfronthosting.co.za>
In-reply-to
Content
> Antoine, could improvement from 2.7 to 3.2 have anything to new with
> the new implementation of the Global Interpreter Lock?

Perhaps, but then it's pure luck. 
Looking at the traceback, IDLE seems to replace sys.stdout with its own thingie when spawning a separate Python program. Perhaps that thingie isn't thread-safe.
History
Date User Action Args
2011-01-22 14:40:01pitrousetrecipients: + pitrou, terry.reedy, PythonInTheGrass
2011-01-22 14:40:01pitrousetmessageid: <1295707201.75.0.831940979141.issue10909@psf.upfronthosting.co.za>
2011-01-22 14:39:46pitroulinkissue10909 messages
2011-01-22 14:39:46pitroucreate