[issue39724] IDLE threading + stdout/stdin observed blocking behavior

Terry J. Reedy report at bugs.python.org
Sat Feb 22 10:01:33 EST 2020


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

If I understand, input() in one thread blocks print() in another thread. 
This sound like a new issue for this tracker, and possibly a bug in IDLE's implementation of std streams through a socket, but I need to see your code.  Please try attaching it again.

Also, try running >py -m idlelib -n path

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39724>
_______________________________________


More information about the Python-bugs-list mailing list