cpython/Modules/_ctypes
Miss Islington (bot) 723ed8c507
[3.14] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165) (GH-143176)
(cherry picked from commit b9a4806430)

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
2025-12-25 17:34:02 +00: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-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143169) 2025-12-25 19:09:53 +02:00
_ctypes_test.c [3.14] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140587) 2025-10-25 18:39:42 +03:00
_ctypes_test.h
_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-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165) (GH-143176) 2025-12-25 17:34:02 +00:00
ctypes.h [3.14] gh-123241: Don't modify ref count during visitation (GH-142232) (#142567) 2025-12-11 10:51:11 -08: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