cpython/Modules/_ctypes
Thomas Heller 667ce06de4 Merged revisions 80761,80766 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80761 | thomas.heller | 2010-05-04 20:44:42 +0200 (Di, 04 Mai 2010) | 8 lines

  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.
........
  r80766 | thomas.heller | 2010-05-04 21:08:18 +0200 (Di, 04 Mai 2010) | 2 lines

  Remove reference to unused source file.
........
2010-05-04 19:17:41 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Merged revisions 79892 via svnmerge from 2010-04-16 12:07:30 +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 Merged revisions 80761,80766 via svnmerge from 2010-05-04 19:17:41 +00:00
libffi_osx Merged revisions 74972 via svnmerge from 2009-09-20 18:57:50 +00:00
_ctypes.c Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
_ctypes_test.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +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 Merged revisions 78380 via svnmerge from 2010-02-23 20:25:02 +00:00
callproc.c Merged revisions 80761,80766 via svnmerge from 2010-05-04 19:17:41 +00:00
cfield.c Issue 6239: ctypes.c_char_p return value must return bytes. 2009-09-04 18:24:41 +00:00
ctypes.h Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00
ctypes_dlfcn.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libffi.diff Merged revisions 79101 via svnmerge from 2010-03-19 19:02:09 +00:00
malloc_closure.c Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00
stgdict.c Merged revisions 71853 via svnmerge from 2009-04-24 20:50:00 +00:00