Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

Other threads are not related.

Speaking about the main thread that runs an event loop with the signal handler 
installed -- the handler is executed along with other async code.
If the loop executes some user-provides async task -- it executes the signal 
handler as well if needed.

This is why I suspect that the discussed program is not completely correct.

----------

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

Reply via email to