Recursing <[email protected]> added the comment:
Removing the `await asyncio.sleep(1)` removes the leak, while changing it to `await asyncio.sleep(0)` seems to keep it ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40727> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
