From: Christian Heimes Date: Sun, 18 Sep 2016 12:35:39 +0000 (+0200) Subject: Issue #26661: setup.py now detects system libffi with multiarch wrapper. X-Git-Tag: v3.7.0a1~2443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa630e051b0bada78b30d0eba7842931235b7b5e;p=thirdparty%2FPython%2Fcpython.git Issue #26661: setup.py now detects system libffi with multiarch wrapper. --- aa630e051b0bada78b30d0eba7842931235b7b5e diff --cc Misc/NEWS index 4bed3f0e9ccd,671a9b41c96b..0c36c2046885 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -99,10 -93,8 +99,12 @@@ Window Build ----- + - Issue #26661: setup.py now detects system libffi with multiarch wrapper. + +- Issue #27979: A full copy of libffi is no longer bundled for use when + building _ctypes on non-OSX UNIX platforms. An installed copy of libffi is + now required when building _ctypes on such platforms. + - Issue #15819: Remove redundant include search directory option for building outside the source tree.