Resolve asyncio issues for 3.13 (#12327)

This commit is contained in:
Max Muoto
2024-07-13 03:12:15 -05:00
committed by GitHub
parent 6a9b53e719
commit 670ca3125b
11 changed files with 257 additions and 116 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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