]> granicus.if.org Git - python/commit
Merged revisions 80761,80766 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 4 May 2010 19:17:41 +0000 (19:17 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 4 May 2010 19:17:41 +0000 (19:17 +0000)
commit667ce06de4e91d6e9b78d622303809b9f72c4012
tree4240dfae9da13123a74b7f24c31e0a3786a09980
parenta9eb87a144988731b25923da1d531a572037f160
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.
........
15 files changed:
Lib/ctypes/test/test_win32.py
Modules/_ctypes/callproc.c
Modules/_ctypes/libffi_msvc/LICENSE [deleted file]
Modules/_ctypes/libffi_msvc/README [deleted file]
Modules/_ctypes/libffi_msvc/README.ctypes [deleted file]
Modules/_ctypes/libffi_msvc/ffi.c [deleted file]
Modules/_ctypes/libffi_msvc/ffi.h
Modules/_ctypes/libffi_msvc/ffi_common.h [deleted file]
Modules/_ctypes/libffi_msvc/fficonfig.h
Modules/_ctypes/libffi_msvc/ffitarget.h [deleted file]
Modules/_ctypes/libffi_msvc/prep_cif.c [deleted file]
Modules/_ctypes/libffi_msvc/types.c [deleted file]
Modules/_ctypes/libffi_msvc/win32.c [deleted file]
Modules/_ctypes/libffi_msvc/win64.asm [deleted file]
PCbuild/_ctypes.vcproj