[2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Set… · python/cpython@a614cc9

Original file line numberDiff line numberDiff line change

@@ -469,7 +469,7 @@ GLHACK=-Dclear=__GLclear

469469

# Interface to the Expat XML parser

470470

# More information on Expat can be found at www.libexpat.org.

471471

#

472-

#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI

472+

#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI

473473
474474
475475

# Hye-Shik Chang's CJKCodecs