[New-bugs-announce] [issue45570] Simplify setup macros for pyexpat and _elementtree

Christian Heimes report at bugs.python.org
Fri Oct 22 08:40:23 EDT 2021


New submission from Christian Heimes <lists at cheimes.de>:

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 files
* USE_PYEXPAT_CAPI is no longer used by our code
* XML_POOR_ENTROPY should be defined in expat_config.h

----------
assignee: christian.heimes
components: Build
messages: 404761
nosy: brett.cannon, christian.heimes, vstinner
priority: normal
severity: normal
status: open
title: Simplify setup macros for pyexpat and _elementtree
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45570>
_______________________________________


More information about the New-bugs-announce mailing list