]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35947: Update Windows to the current version of libffi (GH-11797)
authorPaul Monson <paulmon@users.noreply.github.com>
Fri, 29 Mar 2019 23:30:10 +0000 (16:30 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 29 Mar 2019 23:30:10 +0000 (16:30 -0700)
commit32119e10b792ad7ee4e5f951a2d89ddbaf111cc5
tree49219272ab3f00bbc62a9d70a2e05ba938d7ec1e
parent3396d1e0ca858065c5bb7e5a9737be6ffc4028f7
bpo-35947: Update Windows to the current version of libffi (GH-11797)

We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
24 files changed:
Lib/ctypes/test/test_win32.py
Misc/NEWS.d/next/Windows/2019-02-11-14-53-17.bpo-35947.9vI4hP.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
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 [deleted file]
Modules/_ctypes/libffi_msvc/ffi_common.h [deleted file]
Modules/_ctypes/libffi_msvc/fficonfig.h [deleted file]
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]
PC/layout/main.py
PCbuild/_ctypes.vcxproj
PCbuild/_ctypes.vcxproj.filters
PCbuild/get_externals.bat
PCbuild/libffi.props [new file with mode: 0644]
PCbuild/prepare_libffi.bat [new file with mode: 0644]
PCbuild/python.props
Tools/msi/lib/lib_files.wxs