There was an error while loading. Please reload this page.
SetErrorMode
msvcrt
1 parent 011f247 commit a12b205Copy full SHA for a12b205
2 files changed
stdlib/msvcrt.pyi
@@ -27,5 +27,6 @@ if sys.platform == "win32":
27
def ungetch(__char: bytes | bytearray) -> None: ...
28
def ungetwch(__unicode_char: str) -> None: ...
29
def heapmin() -> None: ...
30
+ def SetErrorMode(__mode: int) -> int: ...
31
if sys.version_info >= (3, 10):
32
def GetErrorMode() -> int: ... # undocumented
tests/stubtest_allowlists/win32.txt
@@ -10,7 +10,6 @@ _winapi.CreateFileMapping
10
_winapi.MapViewOfFile
11
_winapi.OpenFileMapping
12
_winapi.VirtualQuerySize
13
-msvcrt.SetErrorMode
14
ssl.SSLSocket.recvmsg
15
ssl.SSLSocket.recvmsg_into
16
ssl.SSLSocket.sendmsg
0 commit comments