Add get_context methods to asyncio in 3.12 (#10534)

This commit is contained in:
Nikita Sobolev
2023-08-06 14:02:48 +03:00
committed by GitHub
parent 5e2fe131fa
commit 86218a52b7
3 changed files with 4 additions and 4 deletions

View File

@@ -2,17 +2,13 @@
argparse.BooleanOptionalAction.__init__
asyncio.BaseEventLoop.create_connection
asyncio.BaseEventLoop.shutdown_default_executor
asyncio.Handle.get_context
asyncio.StreamWriter.start_tls
asyncio.Task.get_context
asyncio.base_events.BaseEventLoop.create_connection
asyncio.base_events.BaseEventLoop.shutdown_default_executor
asyncio.constants.THREAD_JOIN_TIMEOUT
asyncio.create_eager_task_factory
asyncio.eager_task_factory
asyncio.events.Handle.get_context
asyncio.streams.StreamWriter.start_tls
asyncio.tasks.Task.get_context
asyncio.tasks.__all__
asyncio.tasks.create_eager_task_factory
asyncio.tasks.eager_task_factory