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 gvanrossum
Recipients achimnol, asvetlov, gvanrossum, tinchester, yselivanov
Date 2022-02-25.16:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645806857.6.0.699327105242.issue46843@roundup.psfhosted.org>
In-reply-to
Content
The implementation of asyncio.TaskGroup isn't all that complicated (and the new "cancel count" API helps). I recommend that you build one that satisfies your requirements yourself, or convince the authors of some other package like Quattro or aiotools to provide variations.
History
Date User Action Args
2022-02-25 16:34:17gvanrossumsetrecipients: + gvanrossum, asvetlov, yselivanov, tinchester, achimnol
2022-02-25 16:34:17gvanrossumsetmessageid: <1645806857.6.0.699327105242.issue46843@roundup.psfhosted.org>
2022-02-25 16:34:17gvanrossumlinkissue46843 messages
2022-02-25 16:34:17gvanrossumcreate