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 achimnol, asvetlov, gvanrossum, yselivanov
Date 2022-02-24.09:56:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645696579.33.0.166207374162.issue46844@roundup.psfhosted.org>
In-reply-to
Content
I personally don't think that the described opt-in trick should be a part of asyncio.
A third-party library that patches asyncio.create_task() can be a useful thing though during the transition period.
We even cannot deprecate asyncio.create_task() right now: the minimal supported Python 3.7 thas now alternative, writing cross-version code is overcomplicated.
History
Date User Action Args
2022-02-24 09:56:19asvetlovsetrecipients: + asvetlov, gvanrossum, yselivanov, achimnol
2022-02-24 09:56:19asvetlovsetmessageid: <1645696579.33.0.166207374162.issue46844@roundup.psfhosted.org>
2022-02-24 09:56:19asvetlovlinkissue46844 messages
2022-02-24 09:56:19asvetlovcreate