cpython/Modules/_ctypes
AN Long 8e31cdc945
gh-103092: Convert some _ctypes metatypes to heap types (GH-113620)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2024-01-18 16:30:27 +01:00
..
clinic gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) 2023-08-31 23:42:34 +02:00
_ctypes.c gh-103092: Convert some _ctypes metatypes to heap types (GH-113620) 2024-01-18 16:30:27 +01:00
_ctypes_test.c gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) 2023-12-13 17:08:15 +01:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643) 2023-11-03 09:45:53 +02:00
callproc.c gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828) 2023-11-14 11:28:34 +02:00
cfield.c Add missing PyDoc_STR calls (#109393) 2023-09-15 15:10:48 +02:00
ctypes.h gh-103092: Convert some _ctypes metatypes to heap types (GH-113620) 2024-01-18 16:30:27 +01:00
malloc_closure.c gh-108765: Python.h no longer includes <unistd.h> (#108783) 2023-09-02 16:50:18 +02:00
stgdict.c gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) 2024-01-01 18:24:24 +02:00