mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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>
This commit is contained in:
parent
b781cc3bfc
commit
ec93721e00
6 changed files with 9 additions and 14 deletions
|
|
@ -149,7 +149,7 @@ time timemodule.c
|
|||
#_contextvars _contextvarsmodule.c
|
||||
#_csv _csv.c
|
||||
#_datetime _datetimemodule.c
|
||||
#_elementtree -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -I$(srcdir)/Modules/expat _elementtree.c
|
||||
#_elementtree -I$(srcdir)/Modules/expat _elementtree.c
|
||||
#_heapq _heapqmodule.c
|
||||
#_json _json.c
|
||||
#_lsprof _lsprof.c rotatingtree.c
|
||||
|
|
@ -173,7 +173,7 @@ time timemodule.c
|
|||
#binascii binascii.c
|
||||
#cmath cmathmodule.c _math.c # -lm
|
||||
#math mathmodule.c _math.c # -lm
|
||||
#pyexpat -DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY -DUSE_PYEXPAT_CAPI -I$(srcdir)/Modules/expat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c
|
||||
#pyexpat -I$(srcdir)/Modules/expat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c
|
||||
#unicodedata unicodedata.c
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue