Unpin stubtest from Python 3.10.8 and 3.11.0 (#9368)

This commit is contained in:
Alex Waygood
2022-12-20 20:31:13 +00:00
committed by GitHub
parent e6a04141ab
commit 352f496d69
6 changed files with 21 additions and 11 deletions

View File

@@ -184,6 +184,7 @@ if sys.platform == "win32":
def PeekNamedPipe(__handle: int, __size: int = ...) -> tuple[int, int] | tuple[bytes, int, int]: ...
if sys.version_info >= (3, 10):
def LCMapStringEx(locale: str, flags: int, src: str) -> str: ...
def UnmapViewOfFile(__address: int) -> None: ...
@overload
def ReadFile(handle: int, size: int, overlapped: Literal[True]) -> tuple[Overlapped, int]: ...