diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-05-06 19:16:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 19:16:08 (GMT) |
commit | 325a1da18d672171e9b9f794c1bfa7b79a7e5e59 (patch) | |
tree | b323e279238485b09c6c902eddf11ac7e5ee5849 /Doc/whatsnew | |
parent | e5353d49dc53632e694a5df485fafd47f6b98c91 (diff) | |
download | cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.zip cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.gz cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.bz2 |
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index d573d81..43934ba 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1807,6 +1807,10 @@ Changes in the Python API Build Changes ============= +* The :file:`configure` option :option:`--with-system-libmpdec` now defaults + to ``yes``. The bundled copy of ``libmpdecimal`` will be removed in Python + 3.15. + * Autoconf 2.71 and aclocal 1.16.4 are now required to regenerate the :file:`configure` script. (Contributed by Christian Heimes in :gh:`89886`.) @@ -2336,6 +2340,7 @@ Pending Removal in Python 3.14 Pending Removal in Python 3.15 ------------------------------ +* The bundled copy of ``libmpdecimal``. * :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:`PyImport_ImportModule`. * :c:func:`PyWeakref_GET_OBJECT`: use :c:func:`PyWeakref_GetRef` instead. * :c:func:`PyWeakref_GetObject`: use :c:func:`PyWeakref_GetRef` instead. |