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

Assuming you mean loop.add_signal_handler() method, I would say that a 
minute-long delay is a sign of long blocking calls in your program.

Typical asyncio program blocks the loop for 1-10 milliseconds at most, and 
signal handlers are called with this delay.
This is not your case as I see.

----------
title: asyncio loop.set_signal_handler() may not behave as expected -> asyncio 
loop.add_signal_handler() may not behave as expected

_______________________________________
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