mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
ctypes: fix arg name on windows (#4111)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
ctypes.GetLastError # Is actually a pointer
|
||||
ctypes.WinError # Parameter name mismatch
|
||||
locale.[A-Z0-9_]+ # Constants that should be moved to _locale and re-exported conditionally
|
||||
locale.nl_langinfo # Function that should be moved to _locale and re-exported conditionally
|
||||
os.path.join # Parameter name mismatch
|
||||
|
||||
Reference in New Issue
Block a user