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.06:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645685643.58.0.0674662017083.issue46844@roundup.psfhosted.org>
In-reply-to
Content
The main benefit is that any legacy code that I cannot modify can be upgraded to TaskGroup-based codes, which offers a better machinary for exception handling and propagation.

There may be different ways to visit this issue: allow replacing the task factory in asyncio at runtime.  Then I could just implement my own snippet to transfer the "ownership" of the task to a specific task group.
History
Date User Action Args
2022-02-24 06:54:03achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-24 06:54:03achimnolsetmessageid: <1645685643.58.0.0674662017083.issue46844@roundup.psfhosted.org>
2022-02-24 06:54:03achimnollinkissue46844 messages
2022-02-24 06:54:03achimnolcreate