Add missing asyncio functions, part II (#6493)

This commit is contained in:
Alex Waygood
2021-12-05 10:29:25 +00:00
committed by GitHub
parent 24afb531ff
commit bb7a06c60b
5 changed files with 9 additions and 17 deletions

View File

@@ -157,10 +157,6 @@ ast.Tuple.dims
ast.main
asyncio.AbstractEventLoop.connect_accepted_socket
asyncio.BufferedProtocol.eof_received
asyncio._enter_task
asyncio._leave_task
asyncio._register_task
asyncio._unregister_task
asyncio.events.AbstractEventLoop.connect_accepted_socket
asyncio.protocols.BufferedProtocol.eof_received
bdb.Breakpoint.clearBreakpoints

View File

@@ -83,10 +83,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
_dummy_thread.RLock
_imp.source_hash
asyncio.BufferedProtocol.eof_received
asyncio._enter_task
asyncio._leave_task
asyncio._register_task
asyncio._unregister_task
asyncio.protocols.BufferedProtocol.eof_received
contextvars.ContextVar.__class_getitem__
distutils.command.bdist_wininst

View File

@@ -105,10 +105,6 @@ _thread._ExceptHookArgs.n_fields
_thread._ExceptHookArgs.n_sequence_fields
_thread._ExceptHookArgs.n_unnamed_fields
asyncio.BufferedProtocol.eof_received
asyncio._enter_task
asyncio._leave_task
asyncio._register_task
asyncio._unregister_task
asyncio.protocols.BufferedProtocol.eof_received
contextvars.ContextVar.__class_getitem__
distutils.command.bdist_wininst

View File

@@ -123,10 +123,6 @@ _thread._ExceptHookArgs.n_unnamed_fields
ast.Tuple.dims
ast.main
asyncio.BufferedProtocol.eof_received
asyncio._enter_task
asyncio._leave_task
asyncio._register_task
asyncio._unregister_task
asyncio.protocols.BufferedProtocol.eof_received
collections.AsyncIterable.__class_getitem__
collections.Awaitable.__class_getitem__