]> granicus.if.org Git - python/commit
Merged revisions 82126-82127 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Mon, 21 Jun 2010 16:00:31 +0000 (16:00 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 21 Jun 2010 16:00:31 +0000 (16:00 +0000)
commitb00697e67c186cdcbc7fcb0f96d4d3304bdff7fa
tree7a3361c0a6d20910fb5f54feeba9ef816086e744
parent31b16a51fd9d0a66ecae98ff9499019c106f6265
Merged revisions 82126-82127 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82126 | thomas.heller | 2010-06-21 16:00:24 +0200 (Mo, 21 Jun 2010) | 1 line

  Fix #8959 by reverting revision 80761.
........
  r82127 | thomas.heller | 2010-06-21 17:01:18 +0200 (Mo, 21 Jun 2010) | 2 lines

  Add tests for problems reported in issue 8959.
........
16 files changed:
Lib/ctypes/test/test_callbacks.py
Lib/ctypes/test/test_win32.py
Modules/_ctypes/callproc.c
Modules/_ctypes/libffi_msvc/LICENSE [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/README [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/README.ctypes [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/ffi.h
Modules/_ctypes/libffi_msvc/ffi_common.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/fficonfig.h
Modules/_ctypes/libffi_msvc/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/prep_cif.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/types.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/win32.c [new file with mode: 0644]
Modules/_ctypes/libffi_msvc/win64.asm [new file with mode: 0644]
PCbuild/_ctypes.vcproj