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 Frak N, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-02-11.03:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486782861.01.0.299447604944.issue29525@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't appear to be a crash, but seems like the REPL is quitting because there's no input (e.g. like stdin is redirected to NUL). Echo %errorlevel%; it's probably 0. 

readline (pyreadline) is probably the culprit. Try the following shell commands to temporarily disable it:

    ren C:\Python27\Lib\site-packages\readline.py readline.py.bak
    del C:\Python27\Lib\site-packages\readline.pyc

If it's not installed, then these commands will fail.
History
Date User Action Args
2017-02-11 03:14:21eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Frak N
2017-02-11 03:14:21eryksunsetmessageid: <1486782861.01.0.299447604944.issue29525@psf.upfronthosting.co.za>
2017-02-11 03:14:20eryksunlinkissue29525 messages
2017-02-11 03:14:20eryksuncreate