[issue39622] KeyboardInterrupt is ignored when await asyncio.sleep(0)

Andrew Svetlov report at bugs.python.org
Mon Feb 24 09:08:39 EST 2020


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

The second solution doesn't help with breaking infinite loops like 
while True:
    pass

We need a more robust idea.

----------

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


More information about the Python-bugs-list mailing list