[issue29780] Interpreter hang on self._epoll.poll(timeout, max_ev)

Andrew Svetlov report at bugs.python.org
Sat Dec 23 14:52:31 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I see no hang in attached snapshot but notmal behavior.

asyncio iterates over epoll.poll constantly waiting for network events or timeout.

Closing the issue.

----------
nosy: +asvetlov
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29780>
_______________________________________


More information about the Python-bugs-list mailing list