-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-featureA feature request or enhancementA feature request or enhancement
Description
Python 3.11 added asyncio.TaskGroup
[0]. We should encourage users of the language to use this class by adding docstrings and type-hinting, particularly since it has wide applications for users wishing to refactor their existing async code.
I'm happy to work on this but any suggestions for what the docstrings should include is welcome.
[0] https://docs.python.org/3/library/asyncio-task.html
Linked PRs
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done