Update asyncio.tasks for py312 (#10669)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
Alex Waygood
2023-09-06 12:35:48 +01:00
committed by GitHub
parent a3f4418e90
commit fecb84eb05
2 changed files with 83 additions and 27 deletions

View File

@@ -1,9 +1,4 @@
# Uncategorised, from Python 3.12
asyncio.create_eager_task_factory
asyncio.eager_task_factory
asyncio.tasks.__all__
asyncio.tasks.create_eager_task_factory
asyncio.tasks.eager_task_factory
collections.UserDict.get
enum.Enum.__signature__
enum.EnumMeta.__call__