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 achimnol
Recipients achimnol, asvetlov, gvanrossum, yselivanov
Date 2022-02-24.13:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645708085.72.0.776329808545.issue46844@roundup.psfhosted.org>
In-reply-to
Content
Ok, let me be clear: Patching asyncio.create_task() to support this opt-in contextual task group binding is not an ultimate goal of this issue.  If it becomes possible to override/extend the task factory at runtime with any event loop implementation, then it's ok to implement this feature request as a 3rd-party library.  I also don't want to bloat the stdlib with version-specific branches, if there are alternative ways to achieve the same goal.  I just wanted to check out your opinons and potential alternative approaches to implement it.
History
Date User Action Args
2022-02-24 13:08:05achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-24 13:08:05achimnolsetmessageid: <1645708085.72.0.776329808545.issue46844@roundup.psfhosted.org>
2022-02-24 13:08:05achimnollinkissue46844 messages
2022-02-24 13:08:05achimnolcreate