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 martin.panter
Recipients jecanne, martin.panter, paul.moore, steve.dower, tim.golden, tjguk, vstinner, zach.ware
Date 2016-03-10.21:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457644332.8.0.685101549121.issue26531@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like you guys might be (re-)discovering existing bugs to do with KeyboardInterrupt in input on Windows:

* Issue 18597 (Py 2 & 3): Strange exception handling reading stdin
* Issue 10837 (2.7): KeyboardInterrupt deferred reading stdin
* Issue 25376 (Py 3): Truncated traceback from input()
* Issue 13673 (Py 2 & 3): General traceback truncated if interrupted
History
Date User Action Args
2016-03-10 21:12:12martin.pantersetrecipients: + martin.panter, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, tjguk, jecanne
2016-03-10 21:12:12martin.pantersetmessageid: <1457644332.8.0.685101549121.issue26531@psf.upfronthosting.co.za>
2016-03-10 21:12:12martin.panterlinkissue26531 messages
2016-03-10 21:12:12martin.pantercreate