[issue45570] Simplify setup macros for pyexpat and _elementtree

2021-10-22 Thread miss-islington
miss-islington added the comment: New changeset ec93721e0066c4cbe40085188a9bf0952aa935ef by Christian Heimes in branch 'main': bpo-45570: Simplify setup macros for pyexpat (GH-29159) https://github.com/python/cpython/commit/ec93721e0066c4cbe40085188a9bf0952aa935ef -- nosy: +miss-isl

[issue45570] Simplify setup macros for pyexpat and _elementtree

2021-10-22 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45570] Simplify setup macros for pyexpat and _elementtree

2021-10-22 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +27434 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29159 ___ Python tracker ___

[issue45570] Simplify setup macros for pyexpat and _elementtree

2021-10-22 Thread Christian Heimes
New submission from Christian Heimes : setup.py and Modules/Setup define a couple of macros for pyexpat and _elementtree. The macros are no longer needed or should be moved to our expat_config.h copy. * HAVE_EXPAT_CONFIG_H is not used by our code and not used by system-wide expat header file