Nick Coghlan added the comment:

Yes, it could also be done as a temporary global block on all signal and 
pending call processing, not just on SIGINT specifically.

Either way, I'll also note that this can be a no-op in any thread other than 
the main thread, as those already delegate signal handling to the main thread.

----------

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

Reply via email to