Add os.EX_OK on Windows, Python 3.11+ (#10748)

This commit is contained in:
Amin Alaee
2023-09-22 13:51:22 +02:00
committed by GitHub
parent a76978b28f
commit 6dfa285230
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
asyncio.IocpProactor.recvfrom_into
asyncio.windows_events.IocpProactor.recvfrom_into
msvcrt.GetErrorMode
os.EX_OK
# pathlib methods that exist on Windows, but always raise NotImplementedError,
# so are omitted from the stub

View File

@@ -5,7 +5,6 @@ asyncio.windows_events.IocpProactor.finish_socket_func
asyncio.windows_events.IocpProactor.recvfrom_into
msvcrt.GetErrorMode
ntpath.isdir
os.EX_OK
os.get_blocking
os.listdrives
os.listmounts