diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 00:01:21 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-10 00:01:21 (GMT) |
commit | 935043d1ac19d07ac48233c6175250e66a7bbebd (patch) | |
tree | b5a4d3b5202fbe75b904e8c35e141891ceb18dd6 /Doc | |
parent | b7f3c944d1d0865ce797848e3a40c3ad9435b698 (diff) | |
download | cpython-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 'Doc')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index ec2f2e0..d3dd337 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1010,6 +1010,16 @@ Build and C API Changes Deprecated ========== +Deprecated Build Options +------------------------ + +The ``--with-system-ffi`` configure flag is now on by default on non-OSX UNIX +platforms. It may be disabled by using ``--without-system-ffi``, but using the +flag is deprecated and will not be accepted in Python 3.7. OSX is unaffected +by this change. Note that many OS distributors already use the +``--with-system-ffi`` flag when building their system Python. + + New Keywords ------------ |