cpython/Modules/_ctypes
Martin Panter fd08fdc7be Issue #25659: Change assert to TypeError in from_buffer/_copy()
Based on suggestion by Eryk Sun.
2016-11-20 09:35:06 +00:00
..
darwin Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
libffi Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
libffi_arm_wince Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi_msvc Issue #20160: Handled passing of large structs to callbacks correctly. 2016-08-05 21:10:26 +01:00
libffi_osx Issue #24381: Avoid unused function warning when building bundled macOS libffi. 2016-10-20 15:41:11 -04:00
_ctypes.c Issue #25659: Change assert to TypeError in from_buffer/_copy() 2016-11-20 09:35:06 +00:00
_ctypes_test.c Issue #20160: Handled passing of large structs to callbacks correctly. 2016-08-05 21:10:26 +01:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c ctypes: fix CThunkObject_new() 2016-07-27 16:58:47 +02:00
callproc.c Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). 2016-09-27 15:24:13 +03:00
cfield.c Issue #22463: Cure unused function warnings on AIX 2016-06-22 02:46:33 +00:00
ctypes.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
ctypes_dlfcn.h Remove PEP 291 compatibility requirements for ctypes and modulefinder 2016-05-14 07:25:37 +00:00
libffi.diff - Issue #22176: Update the ctypes module's libffi to v3.1. This release 2014-08-10 11:15:28 +02:00
malloc_closure.c Remove PEP 291 compatibility requirements for ctypes and modulefinder 2016-05-14 07:25:37 +00:00
stgdict.c Issue #27570: Avoid zero-length memcpy() calls with null source pointers 2016-09-07 11:04:41 +00:00