Add some missing Windows constants (#8346)

This commit is contained in:
Alex Waygood
2022-07-20 17:45:36 +01:00
committed by GitHub
parent 73fbb53475
commit d1e80a724a
4 changed files with 46 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
_msi.MSI[A-Z_]+
_msi.PID_[A-Z_]+
ctypes.GetLastError # Is actually a pointer
distutils.archive_util.getgrnam
distutils.archive_util.getpwnam
@@ -10,11 +8,8 @@ mmap.PAGESIZE
# 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.MSI[A-Z_]+
msilib.text.dirname
msilib.PID_[A-Z_]+
msvcrt.CRT_ASSEMBLY_VERSION
msvcrt.SEM_[A-Z]+
selectors.KqueueSelector
signal.SIGEMT
signal.SIGINFO