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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to