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

John Smith report at bugs.python.org
Sat Feb 22 11:53:36 EST 2020


John Smith <js5136317 at gmail.com> added the comment:

py -m idlelib -n path output:

Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====

WARNING: Running IDLE without a Subprocess is deprecated
and will be removed in a later version. See Help/IDLE Help
for details.

>>> 
waiting for inputalive
alive
alive
alive
alive
alive

 -> so its working as intended

----------

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


More information about the Python-bugs-list mailing list