Nick Coghlan added the comment:

Issue 31388 is also potentially relevant here, as registering a signal handler 
for SIGINT isn't sufficient to cover all potential cases were Py_AddPendingCall 
gets called. In particular, the tests for issue 29988 use Py_AddPendingCall to 
emulate Ctrl-C, rather than relying on SIGINT actually being raised.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to