[issue13673] PyTraceBack_Print() fails if signal received but PyErr_CheckSignals() not called

Richard Oudkerk report at bugs.python.org
Wed Apr 3 12:39:03 CEST 2013


Richard Oudkerk added the comment:

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

----------
Added file: http://bugs.python.org/file29665/input-ctrlc.patch

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


More information about the Python-bugs-list mailing list