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-27.18:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645987288.65.0.70120625022.issue46875@roundup.psfhosted.org>
In-reply-to
Content
Ah, I'm confused with aiotools.TaskGroup (originated from EdgeDB's TaskGroup) code while browsing both aiotools and stdlib asyncio.TaskGroup source codes.

The naming facility seems to be intentionally removed when ported to the stdlib.
So I am closing this and sorry fo the noise.

Though, is there any particular reason to remove it?
My guess is that you think that TaskGroup is more like a control-flow structure which does not need to be named, just like we don't name "for loop" for instance.
History
Date User Action Args
2022-02-27 18:41:29achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-27 18:41:28achimnolsetmessageid: <1645987288.65.0.70120625022.issue46875@roundup.psfhosted.org>
2022-02-27 18:41:28achimnollinkissue46875 messages
2022-02-27 18:41:28achimnolcreate