]> granicus.if.org Git - python/commit
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpa...
authoraaronpaulhurst <aaronpaulhurst@gmail.com>
Tue, 11 Jun 2019 01:54:24 +0000 (18:54 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 11 Jun 2019 01:54:24 +0000 (18:54 -0700)
commit408a2ef1aceff1f4270c44552fa39ef93d9283e3
tree480896e8f2d4fde1f39d756851d1b2582e518d2a
parentb589cef9c4dada2fb84ce0fae5040ecf16d9d5ef
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064)

When the line is uncommented, the equals character causes it to be incorrectly interpreted
as a macro definition by makesetup.  This results in invalid Makefile output.

The expat code only requires XML_POOR_ENTROPY to be defined; the value is unnecessary.
Modules/Setup