Skip to content

Commit 0dd4a29

Browse files
skirpichevzware
andauthored
Apply suggestions from code review
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
1 parent 0e3afd7 commit 0dd4a29

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Build changes
173173
to simplify maintenence and updates. The :mod:`decimal` module will now
174174
unconditionally use the system's libmpdec decimal library. Also remove the
175175
now unused :option:`!--with-system-libmpdec` :program:`configure` flag.
176+
This change has no impact on binary releases of Python, which have been
177+
built against a separate copy of libmpdec for the past several releases.
176178

177179
(Contributed by Sergey B Kirpichev in :gh:`115119`.)
178180

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8280,10 +8280,6 @@ PY_STDLIB_MOD([_curses_panel],
82808280
[], [test "$have_curses" = "yes" && test "$have_panel" = "yes"],
82818281
[$PANEL_CFLAGS $CURSES_CFLAGS], [$PANEL_LIBS $CURSES_LIBS]
82828282
)
8283-
if test "$have_mpdec" = "no"
8284-
then
8285-
AS_VAR_SET([py_cv_module_]_decimal, [missing])
8286-
fi
82878283
PY_STDLIB_MOD([_decimal],
82888284
[], [test "$have_mpdec" = "yes"],
82898285
[$LIBMPDEC_CFLAGS], [$LIBMPDEC_LIBS])

0 commit comments

Comments
 (0)