mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
fix ctypes.GetLastError (#13379)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user