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