Fix Windows-specific allowlist entries in _msi, msilib, selectors and subprocess (#10822)

This commit is contained in:
Alex Waygood
2023-10-02 12:01:47 +01:00
committed by GitHub
parent 07e611d41f
commit 54d825af59
5 changed files with 10 additions and 11 deletions

View File

@@ -2600,6 +2600,7 @@ if sys.platform == "win32":
hStdError: Any | None
wShowWindow: int
lpAttributeList: Mapping[str, Any]
def copy(self) -> STARTUPINFO: ...
from _winapi import (
ABOVE_NORMAL_PRIORITY_CLASS as ABOVE_NORMAL_PRIORITY_CLASS,
BELOW_NORMAL_PRIORITY_CLASS as BELOW_NORMAL_PRIORITY_CLASS,