Feb. 17, 2022
9:30 a.m.
Andrew Svetlov <andrew.svetlov@gmail.com> added the comment: User code should not create Task objects explicitly. Please use `asyncio.create_task()` (or shiny new TaskGroup.create_task()) instead. They doesn't have 'loop' argument. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45099> _______________________________________