cpython/Modules/_ctypes
Rian Hunter b4f799b1e7
gh-112015: Implement ctypes.memoryview_at() (GH-112018)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-01-03 14:07:07 +01:00
..
clinic gh-127946: Use a critical section for CFuncPtr attributes (GH-128109) 2024-12-20 14:02:46 +01:00
_ctypes.c gh-112015: Implement ctypes.memoryview_at() (GH-112018) 2025-01-03 14:07:07 +01:00
_ctypes_test.c gh-125206: Bug in ctypes with old libffi is fixed (#125322) 2024-10-15 16:17:10 +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-97588: Align ctypes struct layout to GCC/MSVC (GH-97702) 2024-05-29 12:02:53 +02:00
callbacks.c gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297) 2024-12-20 14:28:18 +01:00
callproc.c gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) 2024-12-17 12:12:45 +01:00
cfield.c gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297) 2024-12-20 14:28:18 +01:00
ctypes.h gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297) 2024-12-20 14:28:18 +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-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938) 2024-12-10 13:13:11 +01:00