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 John Smith
Recipients John Smith, terry.reedy
Date 2020-02-22.16:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582390416.03.0.575998950239.issue39724@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-02-22 16:53:36John Smithsetrecipients: + John Smith, terry.reedy
2020-02-22 16:53:36John Smithsetmessageid: <1582390416.03.0.575998950239.issue39724@roundup.psfhosted.org>
2020-02-22 16:53:36John Smithlinkissue39724 messages
2020-02-22 16:53:35John Smithcreate