]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45798: Move _decimal build setup into configure (GH-29541)
authorChristian Heimes <christian@python.org>
Sat, 13 Nov 2021 12:56:16 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Nov 2021 12:56:16 +0000 (13:56 +0100)
commit0486570f7b2b5a75812e5a01a8dca58bfadc2437
tree3decd2be9bf1be998e4843ccbf36e5578aaa01d0
parent4c792f39e688b11c7c19e411ed4f76a7baa44638
bpo-45798: Move _decimal build setup into configure (GH-29541)

Settings for :mod:`decimal` internal C extension are now detected by
:program:`configure`. The bundled `libmpdec` library is built in
``Makefile``.

Signed-off-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-11-13-10-18-22.bpo-45798.IraaTs.rst [new file with mode: 0644]
Modules/Setup
Modules/makesetup
configure
configure.ac
setup.py