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:30:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645986602.91.0.613273361615.issue46875@roundup.psfhosted.org>
In-reply-to
Content
The __repr__() method in asyncio.TaskGroup does not include self._name.
I think this is a simple overlook, because asyncio.Task includes the task name in __repr__(). :wink:

https://github.com/python/cpython/blob/345572a1a02/Lib/asyncio/taskgroups.py#L28-L42

I'll make a simple PR to fix it.
History
Date User Action Args
2022-02-27 18:30:02achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-27 18:30:02achimnolsetmessageid: <1645986602.91.0.613273361615.issue46875@roundup.psfhosted.org>
2022-02-27 18:30:02achimnollinkissue46875 messages
2022-02-27 18:30:02achimnolcreate