mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
Update events and windows_events for asyncio in 3.14 (#14128)
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
# ====================================================================
|
||||
|
||||
asyncio.tools
|
||||
asyncio.unix_events.__all__
|
||||
asyncio.unix_events.DefaultEventLoopPolicy
|
||||
asyncio.unix_events._DefaultEventLoopPolicy
|
||||
ctypes.c_double_complex._type_
|
||||
ctypes.c_float_complex._type_
|
||||
ctypes.c_longdouble_complex._type_
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
# ====================================================================
|
||||
|
||||
asyncio.tools
|
||||
asyncio.unix_events.__all__
|
||||
asyncio.unix_events.DefaultEventLoopPolicy
|
||||
asyncio.unix_events._DefaultEventLoopPolicy
|
||||
ctypes.c_double_complex._type_
|
||||
ctypes.c_float_complex._type_
|
||||
ctypes.c_longdouble_complex._type_
|
||||
|
||||
@@ -6,18 +6,7 @@ _asyncio.all_tasks
|
||||
_imp.pyc_magic_number_token
|
||||
_thread.RLock.locked
|
||||
_thread.set_name
|
||||
asyncio.__all__
|
||||
asyncio._AbstractEventLoopPolicy
|
||||
asyncio._DefaultEventLoopPolicy
|
||||
asyncio._get_event_loop_policy
|
||||
asyncio._set_event_loop_policy
|
||||
asyncio.eager_task_factory
|
||||
asyncio.events.__all__
|
||||
asyncio.events.AbstractEventLoopPolicy
|
||||
asyncio.events.BaseDefaultEventLoopPolicy
|
||||
asyncio.events._AbstractEventLoopPolicy
|
||||
asyncio.events._get_event_loop_policy
|
||||
asyncio.events._set_event_loop_policy
|
||||
asyncio.tasks.eager_task_factory
|
||||
builtins.bytearray.resize
|
||||
builtins.int.__round__
|
||||
|
||||
@@ -3,17 +3,6 @@
|
||||
# ====================================================================
|
||||
|
||||
_winapi.COPY_FILE_DIRECTORY
|
||||
asyncio.WindowsProactorEventLoopPolicy.get_child_watcher
|
||||
asyncio.WindowsProactorEventLoopPolicy.set_child_watcher
|
||||
asyncio._WindowsProactorEventLoopPolicy
|
||||
asyncio._WindowsSelectorEventLoopPolicy
|
||||
asyncio.windows_events.__all__
|
||||
asyncio.windows_events.DefaultEventLoopPolicy
|
||||
asyncio.windows_events.WindowsProactorEventLoopPolicy
|
||||
asyncio.windows_events.WindowsSelectorEventLoopPolicy
|
||||
asyncio.windows_events._DefaultEventLoopPolicy
|
||||
asyncio.windows_events._WindowsProactorEventLoopPolicy
|
||||
asyncio.windows_events._WindowsSelectorEventLoopPolicy
|
||||
compression.zlib.ZLIBNG_VERSION
|
||||
ctypes.c_double_complex
|
||||
ctypes.c_float_complex
|
||||
|
||||
Reference in New Issue
Block a user