cpython/Modules/_ctypes
Miss Islington (bot) d7500f6078
[3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742)
(cherry picked from commit 1ce05537a3)

Signed-off-by: Nguyen Viet Dung <29406816+magnified103@users.noreply.github.com>
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2025-10-07 20:00:28 +02:00
..
clinic gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282) 2025-05-02 19:06:37 +02:00
_ctypes.c [3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742) 2025-10-07 20:00:28 +02:00
_ctypes_test.c [3.14] gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932) (GH-135973) 2025-06-26 10:13:47 +00:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
_ctypes_test_generated.c.h gh-128715: Expose ctypes.CField, with info attributes (GH-128950) 2025-03-24 14:18:34 +01:00
callbacks.c gh-128715: Expose ctypes.CField, with info attributes (GH-128950) 2025-03-24 14:18:34 +01:00
callproc.c gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237) 2025-05-05 11:23:30 +02:00
cfield.c [3.14] gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932) (GH-135973) 2025-06-26 10:13:47 +00:00
ctypes.h [3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969) 2025-07-22 12:44:59 +03:00
malloc_closure.c gh-127945: add locking to malloc closure in free-threading (#131662) 2025-03-25 16:48:46 +05:30
stgdict.c [3.14] Fix typo: "occured" =>"occurred" (GH-134928) (#136771) 2025-07-19 09:13:51 +00:00