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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-05-06-00-39-06.gh-issue-115119.LT27pF.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-06-00-39-06.gh-issue-115119.LT27pF.rst b/Misc/NEWS.d/next/Build/2024-05-06-00-39-06.gh-issue-115119.LT27pF.rst new file mode 100644 index 0000000..a3e2538 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-05-06-00-39-06.gh-issue-115119.LT27pF.rst @@ -0,0 +1,2 @@ +The :file:`configure` option :option:`--with-system-libmpdec` now defaults to ``yes``. +The bundled copy of ``libmpdecimal`` will be removed in Python 3.15. |