Add SetErrorMode to msvcrt module (#10842)

This commit is contained in:
Nikita Sobolev
2023-10-06 00:06:11 +03:00
committed by GitHub
parent 011f24794d
commit a12b2053cd
2 changed files with 1 additions and 1 deletions

View File

@@ -27,5 +27,6 @@ if sys.platform == "win32":
def ungetch(__char: bytes | bytearray) -> None: ...
def ungetwch(__unicode_char: str) -> None: ...
def heapmin() -> None: ...
def SetErrorMode(__mode: int) -> int: ...
if sys.version_info >= (3, 10):
def GetErrorMode() -> int: ... # undocumented

View File

@@ -10,7 +10,6 @@ _winapi.CreateFileMapping
_winapi.MapViewOfFile
_winapi.OpenFileMapping
_winapi.VirtualQuerySize
msvcrt.SetErrorMode
ssl.SSLSocket.recvmsg
ssl.SSLSocket.recvmsg_into
ssl.SSLSocket.sendmsg