File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
82878283PY_STDLIB_MOD([ _decimal] ,
82888284 [ ] , [ test "$have_mpdec" = "yes"] ,
82898285 [ $LIBMPDEC_CFLAGS] , [ $LIBMPDEC_LIBS] )
You can’t perform that action at this time.
0 commit comments