bpo-35705: Added support of libffi in _ctypes for windows 10 ARM64 by ossdev07 · Pull Request #11497 · python/cpython

@ossdev07 ossdev07 changed the title Added support of libffi in _ctypes for windows 10 ARM64 bop_3705: Added support of libffi in _ctypes for windows 10 ARM64

Jan 10, 2019

@ossdev07 ossdev07 changed the title bop_3705: Added support of libffi in _ctypes for windows 10 ARM64 bpo -3705: Added support of libffi in _ctypes for windows 10 ARM64

Jan 10, 2019

@ossdev07 ossdev07 changed the title bpo -3705: Added support of libffi in _ctypes for windows 10 ARM64 bpo-3705: Added support of libffi in _ctypes for windows 10 ARM64

Jan 10, 2019

@ossdev07 ossdev07 changed the title bpo-3705: Added support of libffi in _ctypes for windows 10 ARM64 bpo-35705: Added support of libffi in _ctypes for windows 10 ARM64

Jan 10, 2019

@ossdev07

… windows 10 ARM64

[3.6]bpo-35705:(pythonGH-11497)
1. added a separate library project for libffi for ARM64, which is
   refered by _ctypes in case of ARM64 compiler
2. compile out libffi's win32_x86 files in case of arm64 platform, as these
   files are provided with library.

   pythonGH-11497
Signed-off-by: ossdev <ossdev@puresoftware.com>

@blurb-it