cpython/Modules/_ctypes
Benjamin Peterson 36691efe7b fix libffi compilation on FreeBSD (#23042)
Patch from Marc-Andre Lemburg.
2015-05-08 21:31:36 -04:00
..
darwin
libffi fix libffi compilation on FreeBSD (#23042) 2015-05-08 21:31:36 -04:00
libffi_arm_wince
libffi_msvc Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip 2014-11-05 19:16:05 -08:00
libffi_osx Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler 2012-08-25 11:18:48 +02:00
_ctypes.c Issue #23338: Fixed formatting ctypes error messages on Cygwin. 2015-04-04 10:05:35 +03:00
_ctypes_test.c fix test where sizeof(long) != sizeof(int) 2014-11-06 00:52:58 -05:00
_ctypes_test.h
callbacks.c Issue #12483: ctypes: Fix a crash when the destruction of a callback 2011-09-12 20:12:09 +02:00
callproc.c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip 2014-11-05 19:16:05 -08:00
cfield.c fix ctypes test alignment assumptions (closes #20946) 2014-03-16 10:07:26 +01:00
ctypes.h support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) 2014-05-17 14:57:10 -07:00
ctypes_dlfcn.h
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
stgdict.c Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer 2015-02-16 13:16:07 +02:00