]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
authorChristian Heimes <christian@python.org>
Fri, 22 Oct 2021 16:28:23 +0000 (19:28 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 16:28:23 +0000 (09:28 -0700)
commitec93721e0066c4cbe40085188a9bf0952aa935ef
treeb448fae493616dbad2a759a1a7d591fda3dfc51d
parentb781cc3bfce7c052728b06aad9f1a467cced289d
bpo-45570: Simplify setup macros for pyexpat (GH-29159)

* ``HAVE_EXPAT_CONFIG_H`` is not used by our code and not used by
  system-wide expat header files
* ``USE_PYEXPAT_CAPI`` is no longer used by our code
* ``XML_POOR_ENTROPY`` should be defined in expat_config.h

Signed-off-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Build/2021-10-22-14-45-40.bpo-45570.61gM2A.rst [new file with mode: 0644]
Modules/Setup
Modules/expat/expat_config.h
PCbuild/_elementtree.vcxproj
PCbuild/pyexpat.vcxproj
setup.py