bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing by aaronpaulhurst · Pull Request #13064 · python/cpython

…of pyexpat line in Setup.

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.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 11, 2019
…arsing of pyexpat line in Setup. (pythonGH-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.
(cherry picked from commit 408a2ef)

Co-authored-by: aaronpaulhurst <aaronpaulhurst@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 11, 2019
…arsing of pyexpat line in Setup. (pythonGH-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.
(cherry picked from commit 408a2ef)

Co-authored-by: aaronpaulhurst <aaronpaulhurst@gmail.com>

miss-islington added a commit that referenced this pull request

Jun 11, 2019
…arsing 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.
(cherry picked from commit 408a2ef)

Co-authored-by: aaronpaulhurst <aaronpaulhurst@gmail.com>

miss-islington added a commit that referenced this pull request

Jun 11, 2019
…arsing 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.
(cherry picked from commit 408a2ef)

Co-authored-by: aaronpaulhurst <aaronpaulhurst@gmail.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…arsing of pyexpat line in Setup. (pythonGH-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.