We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyexpat
Modules/Setup
setup.py
1 parent dce345c commit 318ab63Copy full SHA for 318ab63
Misc/NEWS.d/next/Build/2018-11-01-15-01-23.bpo-35139.XZTttb.rst
@@ -0,0 +1 @@
1
+Fix a compiler error when statically linking `pyexpat` in `Modules/Setup`.
Modules/Setup
@@ -336,7 +336,7 @@ _symtable symtablemodule.c
336
# Interface to the Expat XML parser
337
# More information on Expat can be found at www.libexpat.org.
338
#
339
-#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI
+#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
340
341
# Hye-Shik Chang's CJKCodecs
342
0 commit comments