Update asyncio.base_events for py312 (#10543)

This commit is contained in:
Nikita Sobolev
2023-08-08 17:28:36 +03:00
committed by GitHub
parent a5783555e8
commit 4990da6c60
2 changed files with 45 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
# Uncategorised, from Python 3.12
argparse.BooleanOptionalAction.__init__
asyncio.BaseEventLoop.create_connection
asyncio.BaseEventLoop.shutdown_default_executor
asyncio.base_events.BaseEventLoop.create_connection
asyncio.base_events.BaseEventLoop.shutdown_default_executor
asyncio.create_eager_task_factory
asyncio.eager_task_factory
asyncio.tasks.__all__