mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Resolve asyncio issues for 3.13 (#12327)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
# new in py313
|
||||
asyncio.unix_events.EventLoop
|
||||
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
|
||||
asyncio.unix_events.__all__
|
||||
fcntl.F_GETNOSIGPIPE
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
_stat.SF_SETTABLE
|
||||
_stat.SF_SUPPORTED
|
||||
_stat.SF_SYNTHETIC
|
||||
asyncio.unix_events.EventLoop
|
||||
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
|
||||
asyncio.unix_events.__all__
|
||||
fcntl.F_GETOWN_EX
|
||||
fcntl.F_GET_FILE_RW_HINT
|
||||
fcntl.F_GET_RW_HINT
|
||||
|
||||
@@ -12,29 +12,6 @@ _thread.interrupt_main
|
||||
_thread.lock
|
||||
_thread.start_joinable_thread
|
||||
_tkinter.create
|
||||
asyncio.AbstractEventLoop.create_server
|
||||
asyncio.AbstractServer.abort_clients
|
||||
asyncio.AbstractServer.close_clients
|
||||
asyncio.BaseEventLoop.create_server
|
||||
asyncio.EventLoop
|
||||
asyncio.Queue.shutdown
|
||||
asyncio.QueueShutDown
|
||||
asyncio.Server.abort_clients
|
||||
asyncio.Server.close_clients
|
||||
asyncio.StreamWriter.__del__
|
||||
asyncio.base_events.BaseEventLoop.create_server
|
||||
asyncio.base_events.Server.abort_clients
|
||||
asyncio.base_events.Server.close_clients
|
||||
asyncio.events.AbstractEventLoop.create_server
|
||||
asyncio.events.AbstractServer.abort_clients
|
||||
asyncio.events.AbstractServer.close_clients
|
||||
asyncio.format_helpers._format_args_and_kwargs
|
||||
asyncio.format_helpers._format_callback
|
||||
asyncio.format_helpers._format_callback_source
|
||||
asyncio.queues.Queue.shutdown
|
||||
asyncio.queues.QueueShutDown
|
||||
asyncio.queues.__all__
|
||||
asyncio.streams.StreamWriter.__del__
|
||||
codecs.backslashreplace_errors
|
||||
codecs.ignore_errors
|
||||
codecs.namereplace_errors
|
||||
|
||||
@@ -25,8 +25,6 @@ _winapi.STARTF_USEHOTKEY
|
||||
_winapi.STARTF_USEPOSITION
|
||||
_winapi.STARTF_USESIZE
|
||||
_winapi.SetEvent
|
||||
asyncio.windows_events.__all__
|
||||
asyncio.windows_events.EventLoop
|
||||
ctypes._endian.oledll
|
||||
ctypes._endian.windll
|
||||
nt.fchmod
|
||||
|
||||
Reference in New Issue
Block a user