]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45800: Move pyexpat build setup into configure (GH-29547)
authorChristian Heimes <christian@python.org>
Sun, 14 Nov 2021 09:02:24 +0000 (11:02 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 09:02:24 +0000 (10:02 +0100)
commit464e6616be86129e33af6d9e43540c260d6804d5
treec3f516c93bf2e0bc58ee6b3868e5a8a6aab12977
parent25835c518aa7446f3680b62c1fb43827e0f190d9
bpo-45800: Move pyexpat build setup into configure (GH-29547)

Settings for :mod:`pyexpat` C extension are now detected by ``configure``.
The bundled ``expat`` library is built in ``Makefile``.

Signed-off-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-11-13-16-40-05.bpo-45800.5Hz6nr.rst [new file with mode: 0644]
Modules/Setup
configure
configure.ac
setup.py