[issue10909] thread hang, possibly related to print

Antoine Pitrou report at bugs.python.org
Sat Jan 22 15:40:01 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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.

----------
components: +IDLE -Interpreter Core

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10909>
_______________________________________


More information about the Python-bugs-list mailing list