summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-10 00:01:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-10 00:01:21 (GMT)
commit935043d1ac19d07ac48233c6175250e66a7bbebd (patch)
treeb5a4d3b5202fbe75b904e8c35e141891ceb18dd6 /Misc
parentb7f3c944d1d0865ce797848e3a40c3ad9435b698 (diff)
downloadcpython-935043d1ac19d07ac48233c6175250e66a7bbebd.zip
cpython-935043d1ac19d07ac48233c6175250e66a7bbebd.tar.gz
cpython-935043d1ac19d07ac48233c6175250e66a7bbebd.tar.bz2
Closes #27976: Deprecate bundled full copy of libffi
Builds on non-OSX UNIX now default to using the system libffi, and warn if the bundled copy is used.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc323e3..649c391 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -311,6 +311,9 @@ Tests
Build
-----
+- Issue #27976: Deprecate building _ctypes with the bundled copy of libffi on
+ non-OSX UNIX platforms.
+
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
required for PGO linking to be a configure time error rather than
make time when --with-optimizations is enabled. Also improve our