]> granicus.if.org Git - python/commit
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large struct...
authorSteve Dower <steve.dower@microsoft.com>
Thu, 6 Nov 2014 03:16:05 +0000 (19:16 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 6 Nov 2014 03:16:05 +0000 (19:16 -0800)
commit31221a7285938aae7cb98bffffe205c6e5bfe31c
treea78c5f040888ab27996cc4a500d4480c76849676
parenta1137fba8949d37da17f16c396a94e5df1e1f9b4
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip
Lib/ctypes/test/test_win32.py
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c
Modules/_ctypes/libffi_msvc/ffi.c
Modules/_ctypes/libffi_msvc/prep_cif.c
Modules/_ctypes/libffi_msvc/types.c