cpython/Modules/_ctypes
Thomas Heller 06a7e2069a On Windows, ctypes does no longer check the stack before and after
calling a foreign function.  This allows to use the unmodified libffi
library.

Remove most files from _ctypes/libffi_msvc, only two include files
stay (updated from _ctypes/libffi/...).  Other files are used in the
cross-platform _ctypes/libffi directory.
2010-05-04 18:44:42 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is 2010-04-07 14:33:37 +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 On Windows, ctypes does no longer check the stack before and after 2010-05-04 18:44:42 +00:00
libffi_osx Merge a newer version of libffi_osx, based on the 2009-09-20 18:54:16 +00:00
_ctypes.c Preserve backward compatibility of the ctypes module. 2010-03-22 16:36:51 +00:00
_ctypes_test.c Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +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
callbacks.c Revert rev. 79509; ctypes doesn't build on linux. 2010-03-30 20:57:06 +00:00
callproc.c On Windows, ctypes does no longer check the stack before and after 2010-05-04 18:44:42 +00:00
cfield.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
ctypes.h Revert rev. 79509; ctypes doesn't build on linux. 2010-03-30 20:57:06 +00:00
ctypes_dlfcn.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
libffi.diff update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the 2010-03-19 18:59:20 +00:00
malloc_closure.c Revert rev. 79509; ctypes doesn't build on linux. 2010-03-30 20:57:06 +00:00
stgdict.c Issue #3102: All global symbols that the _ctypes extension defines are 2009-04-24 20:31:47 +00:00