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

Sorry, that's how asyncio works: it never switches to another task if `await 
...` doesn't need to wait for something actually.

Adding `await asyncio.sleep(0)` to every call decreases performance.

----------
resolution:  -> wont fix
stage: patch review -> resolved
status: open -> closed

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

Reply via email to