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

Martin Panter report at bugs.python.org
Thu Jun 4 13:01:54 CEST 2015


Martin Panter added the comment:

I take back my claim about it being easy to fix tkinter with the existing API. My ideas break down because PyOS_InputHook() is used differently in Parser/myreadline.c to Modules/readline.c. So think if we want proper compatibility, a separate hook API might be needed.

----------

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


More information about the Python-bugs-list mailing list