We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f89f23 commit c5f7547Copy full SHA for c5f7547
1 file changed
stdlib/_winapi.pyi
@@ -312,3 +312,6 @@ if sys.platform == "win32":
312
if sys.version_info >= (3, 12):
313
def CopyFile2(existing_file_name: str, new_file_name: str, flags: int, progress_routine: int | None = None) -> int: ...
314
def NeedCurrentDirectoryForExePath(exe_name: str, /) -> bool: ...
315
+
316
+ if sys.version_info >= (3, 15):
317
+ def GetTickCount64() -> int: ...
0 commit comments