fix ctypes.GetLastError (#13379)

This commit is contained in:
Stephen Morton
2025-01-09 19:03:56 -08:00
committed by GitHub
parent 46cbe78e4c
commit 2a030be2e9
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
# TODO: Allowlist entries that should be fixed
# ============================================
ctypes.GetLastError # Is actually a pointer
# 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