mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
Add some missing Windows constants (#8346)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user