mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
* Support additional argument types for c_void_p parameters * Don't allow passing bytes where a writable c_void_p is expected * Fix type of ctypes._CDataMeta.__[r]mul__ * Rename ctypes._cparam to _CArgObject to match the real type name * Fix value type of ctypes.HRESULT * Add stub for ctypes.wintypes * Fix trailing whitespace in ctypes.wintypes * Add a workaround to ctypes.Array to fix incorrect typing in some cases * Expand multiple assignments so mypy recognizes them as type aliases * Rename ctypes._Pointer to pointer so it can be used externally