[issue26531] KeyboardInterrupt while in input() not catchable on Windows 10

Martin Panter report at bugs.python.org
Thu Mar 10 16:12:12 EST 2016


Martin Panter added the comment:

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

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26531>
_______________________________________


More information about the Python-bugs-list mailing list