Skip to content

Commit 14266c8

Browse files
committed
pythongh-115119: defer removal of bundled libmpdec to 3.16 (configure changes)
1 parent 7a504b3 commit 14266c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,13 +4134,13 @@ AS_VAR_IF([with_system_libmpdec], [yes],
41344134
[have_mpdec=no])
41354135
])],
41364136
[AC_MSG_WARN([m4_normalize([
4137-
the bundled copy of libmpdecimal is scheduled for removal in Python 3.15;
4137+
the bundled copy of libmpdecimal is scheduled for removal in Python 3.16;
41384138
consider using a system installed mpdecimal library.])])])
41394139

41404140
AS_IF([test "$with_system_libmpdec" = "yes" && test "$have_mpdec" = "no"],
41414141
[AC_MSG_WARN([m4_normalize([
41424142
no system libmpdecimal found; falling back to bundled libmpdecimal
4143-
(deprecated and scheduled for removal in Python 3.15)])])
4143+
(deprecated and scheduled for removal in Python 3.16)])])
41444144
USE_BUNDLED_LIBMPDEC()])
41454145

41464146
# Disable forced inlining in debug builds, see GH-94847

0 commit comments

Comments
 (0)