This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, docs@python, jack1142, yselivanov
Date 2022-02-17.09:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645090229.85.0.503147320765.issue45099@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-17 09:30:29asvetlovsetrecipients: + asvetlov, docs@python, yselivanov, jack1142
2022-02-17 09:30:29asvetlovsetmessageid: <1645090229.85.0.503147320765.issue45099@roundup.psfhosted.org>
2022-02-17 09:30:29asvetlovlinkissue45099 messages
2022-02-17 09:30:29asvetlovcreate