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

Tal Einat report at bugs.python.org
Tue May 26 11:00:34 EDT 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

This seems to be at least partly intentional: When waiting for user input, IDLE starts a nested Tk mainloop (!), which is stopped by the end-of-line handler. It seems to me that this is what is causing displaying other outputs to be delayed.

----------

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


More information about the Python-bugs-list mailing list