This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients John Smith, terry.reedy
Date 2020-02-22.15:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582383693.33.0.283364759489.issue39724@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-02-22 15:01:33terry.reedysetrecipients: + terry.reedy, John Smith
2020-02-22 15:01:33terry.reedysetmessageid: <1582383693.33.0.283364759489.issue39724@roundup.psfhosted.org>
2020-02-22 15:01:33terry.reedylinkissue39724 messages
2020-02-22 15:01:33terry.reedycreate