Andrew Svetlov <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue45099> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
