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 eryksun
Recipients eryksun, paul.moore, spooja, steve.dower, tim.golden, zach.ware
Date 2016-10-03.09:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475486294.33.0.689309095551.issue28344@psf.upfronthosting.co.za>
In-reply-to
Content
Are you running python.exe without a script or command? That runs the REPL in session 0, which will block reading from stdin. It's harmless to kill this process. The REPL could detect that it's running in session 0 and exit. However, I'm not in favor of such a change because sometimes I intentionally run in session 0 via psexec.exe.
History
Date User Action Args
2016-10-03 09:18:14eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, spooja
2016-10-03 09:18:14eryksunsetmessageid: <1475486294.33.0.689309095551.issue28344@psf.upfronthosting.co.za>
2016-10-03 09:18:14eryksunlinkissue28344 messages
2016-10-03 09:18:14eryksuncreate