cpython/Lib/ctypes
Victor Stinner 6e6f9053e3
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
* Add Zd/Zf format support to array, memoryview and struct.
* ctypes: Replace F/D/G complex format with Zf/Zd/Zg.
* Modify array, ctypes and struct modules to support format strings
  longer than 1 character (such as "Zd").
* Change array.typecodes type from str to tuple.
2026-05-04 16:14:23 +02:00
..
macholib gh-76007: Deprecate __version__ attribute (#138675) 2025-09-29 12:03:23 +03:00
__init__.py gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676) 2026-05-04 16:14:23 +02:00
_aix.py
_endian.py gh-105102: Fix nested unions in structures when the system byteorder is the opposite (GH-105106) 2024-01-17 18:20:39 +00:00
_layout.py gh-146547: Use lazy imports in ctypes (GH-146548) 2026-04-07 15:26:53 +02:00
util.py gh-146547: Use lazy imports in ctypes (GH-146548) 2026-04-07 15:26:53 +02:00
wintypes.py gh-123610: Added additional types to ctypes/wintypes.py (GH-124086) 2024-10-18 13:45:17 +01:00