cpython/Modules/_ctypes
Victor Stinner e97944a27e Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.
2015-07-29 14:37:17 +02:00
..
darwin Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
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 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch 2015-07-29 14:37:17 +02: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 Add pep-291 compatibility markers. 2006-06-12 20:56:48 +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 Merged revisions 84535 via svnmerge from 2010-09-16 11:35:07 +00:00
stgdict.c Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer 2015-02-16 13:16:07 +02:00