summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-20 16:10:21 (GMT)
committerGitHub <noreply@github.com>2024-05-20 16:10:21 (GMT)
commite370b642ea98a0444137654a3c66d3b697e91f68 (patch)
tree4947c4744add56a331dd8af375ed6cce4ef5287d /Misc/NEWS.d
parent8f3fc01c4cd64e6753be3a65df08699c8ce08259 (diff)
downloadcpython-e370b642ea98a0444137654a3c66d3b697e91f68.zip
cpython-e370b642ea98a0444137654a3c66d3b697e91f68.tar.gz
cpython-e370b642ea98a0444137654a3c66d3b697e91f68.tar.bz2
[3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (GH-119196) (#119217)
(cherry picked from commit 642b25b9a82c368b045709f0b94e7d5a02400ed2) Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2024-05-19-22-54-55.gh-issue-115119.DwMwev.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-19-22-54-55.gh-issue-115119.DwMwev.rst b/Misc/NEWS.d/next/Build/2024-05-19-22-54-55.gh-issue-115119.DwMwev.rst
new file mode 100644
index 0000000..acaca9e
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-05-19-22-54-55.gh-issue-115119.DwMwev.rst
@@ -0,0 +1 @@
+Fall back to the bundled libmpdec if a system version cannot be found.