commit | 464e6616be86129e33af6d9e43540c260d6804d5 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sun Nov 14 11:02:24 2021 +0200 |
committer | GitHub <noreply@github.com> | Sun Nov 14 10:02:24 2021 +0100 |
tree | c3f516c93bf2e0bc58ee6b3868e5a8a6aab12977 | |
parent | 25835c518aa7446f3680b62c1fb43827e0f190d9 [diff] |
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>