]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69260 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 3 Feb 2009 19:34:18 +0000 (19:34 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 3 Feb 2009 19:34:18 +0000 (19:34 +0000)
commitd9432623906d6af9b2ec83373876fe43ce215ef2
tree2cc4c3e4de4eca7b68913cd6176aa0f76c493e97
parent3bbfba841aadaf867f55da81b4608ae2d5e7f3e1
Merged revisions 69260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69260 | thomas.heller | 2009-02-03 18:07:40 +0100 (Di, 03 Feb 2009) | 9 lines

  This refactoring should make it easier to add new calling conventions.

  Replace ffi_call_STDCALL and ffi_call_SYSV by a ffi_call_x86 function
  that cleans up the stack when FFI_SYSV is used, and does nothing for
  FFI_STDCALL.

  Remove libffi_msvc\win32.S, which is out of date and also unused; it
  was only used for building ctypes with the MingW compiler.
........
Modules/_ctypes/libffi_msvc/ffi.c
Modules/_ctypes/libffi_msvc/win32.S [deleted file]
Modules/_ctypes/libffi_msvc/win32.c