]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43103: Add configure --without-static-libpython (GH-24418)
authorVictor Stinner <vstinner@python.org>
Wed, 17 Feb 2021 10:14:42 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 10:14:42 +0000 (11:14 +0100)
commit801bb0b5035f8eeafe389dc082c02dfafaa07f6a
treefc0b6eac92d8d042c0cd0eab51b7240093005bed
parent6a4177516b4473bd0b5ed041d29db2af3d996b9d
bpo-43103: Add configure --without-static-libpython (GH-24418)

Add a new configure --without-static-libpython option to not build
the libpythonMAJOR.MINOR.a static library and not install the
python.o object file.

Fix smelly.py and stable_abi.py tools when libpython3.10.a is
missing.
Doc/whatsnew/3.10.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-02-02-16-26-44.bpo-43103.VWeyP_.rst [new file with mode: 0644]
Tools/scripts/smelly.py
Tools/scripts/stable_abi.py
configure
configure.ac