mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
[3.12] gh-106075: add asyncio.taskgroups.__all__
to asyncio.__all__
(GH-106090) (#106098)
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-106090)
(cherry picked from commit a12e8ffb49
)
Co-authored-by: James Webber <jamestwebber@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
9e6f8d4615
commit
8d5d60f72d
4 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# license: PSFL.
|
||||
|
||||
|
||||
__all__ = ["TaskGroup"]
|
||||
__all__ = ("TaskGroup",)
|
||||
|
||||
from . import events
|
||||
from . import exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue