[issue13220] print function unable while multiprocessing.Process is being run

Terry J. Reedy report at bugs.python.org
Sat Oct 22 00:00:37 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Try running without IDLE (double click, right-click run, Command Prompt window, or paste into interpreter window). IDLE runs code in a subprocess with stdout directed back to the IDLE process, so it occasionally affects otherwise legal and correct Python code.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list