cpython/Modules/_ctypes
Sergey Miryanov a0bc0c462f
gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282)
Deprecate _pointer_type_cache and calling POINTER on a string.

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2025-05-02 19:06:37 +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 gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282) 2025-05-02 19:06:37 +02:00
_ctypes_test.c gh-127945: change _ctypes_test.c static globals to thread local (#132575) 2025-04-16 23:11:27 +05:30
_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-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282) 2025-05-02 19:06:37 +02:00
cfield.c gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827) 2025-04-23 15:38:24 +02:00
ctypes.h gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282) 2025-05-02 19:06:37 +02: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 gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282) 2025-05-02 19:06:37 +02:00