[issue23237] Interrupts are lost during readline PyOS_InputHook processing (reopening)

Martin Panter report at bugs.python.org
Mon May 25 11:04:39 CEST 2015


Martin Panter added the comment:

I left a couple comments on Reitveld. The main question is: is there any reason why we can’t poll PyErr_CheckSignals() directly the tkinter EventHook loop, rather than juggling a new SIGINT handler then reraising it? That way we might trigger other Python signal handlers properly as well.

----------

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


More information about the Python-bugs-list mailing list