cpython/Modules/_ctypes
Victor Stinner 3df9e31142
[3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (#144245)
gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)


(cherry picked from commit 8f459255eb)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
2026-01-27 12:59:55 +01:00
..
clinic
_ctypes.c [3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (#144245) 2026-01-27 12:59:55 +01:00
_ctypes_test.c [3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588) 2025-10-25 18:39:54 +03:00
_ctypes_test.h
callbacks.c
callproc.c [3.13] GH-132417: ctypes: Fix potential Py_DECREF(NULL) when handling functions returning PyObject * (GH-132418) (#132425) 2025-04-12 09:14:07 +00:00
cfield.c
ctypes.h
malloc_closure.c
stgdict.c [3.13] gh-132673: Fix a crash with zero-alignment in ctypes.Structure (#132695) 2025-04-19 14:29:05 +00:00