[issue17619] MS WINDOWS: input() swallows KeyboardInterrupt in Python 3.3

Richard Oudkerk report at bugs.python.org
Wed Apr 3 12:42:22 CEST 2013


Richard Oudkerk added the comment:

Adding PyErr_CheckSignals() after PyOS_Readline() in builtin_input() seems to fix the problem.

----------
keywords: +patch
Added file: http://bugs.python.org/file29666/input-ctrlc.patch

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


More information about the Python-bugs-list mailing list