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

@@ -4,11 +4,8 @@ locale.nl_langinfo # Function that should be moved to _locale and re-exported c
# alias for a class defined elsewhere,
# mypy infers the variable has type `(*args) -> DupHandle` but stubtest infers the runtime type as <class DupHandle>
multiprocessing.reduction.AbstractReducer.DupHandle
msilib.text.dirname
selectors.KqueueSelector
# Exists at runtime, but missing from stubs
_msi.MSIError
_winapi.CreateFileMapping
_winapi.MapViewOfFile
_winapi.OpenFileMapping
@@ -21,7 +18,6 @@ msvcrt.SetErrorMode
ssl.SSLSocket.recvmsg
ssl.SSLSocket.recvmsg_into
ssl.SSLSocket.sendmsg
subprocess.STARTUPINFO.copy
winreg.HKEYType.handle
_ctypes.FreeLibrary
_ctypes.LoadLibrary