cpython/Modules/_ctypes
Gregory P. Smith 7929a1da1a Fix compilation error under gcc of the ctypes module bundled libffi for arm.
A variable was declared below the top of a block and one function was using
a K&R C style function declaration!
2013-11-17 21:56:07 +00:00
..
darwin
libffi Fix compilation error under gcc of the ctypes module bundled libffi for arm. 2013-11-17 21:56:07 +00:00
libffi_arm_wince
libffi_msvc
libffi_osx
_ctypes.c Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:20:21 +02:00
_ctypes_test.c
_ctypes_test.h
callbacks.c Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:20:21 +02:00
callproc.c
cfield.c
ctypes.h
ctypes_dlfcn.h
libffi.diff
malloc_closure.c
stgdict.c