This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ahurst
Recipients ahurst, kbengine, ned.deily
Date 2019-04-22.02:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555901738.23.0.985865873959.issue35586@roundup.psfhosted.org>
In-reply-to
Content
This is the same issue as https://bugs.python.org/issue35184

I can reproduce this issue by uncommenting the pyexpat line in Setup.dist and compiling.

The issue is with -DXML_POOR_ENTROPY=1.  The equals character causes the line to be incorrectly interpreted as a macro definition by makesetup.  This results in an invalid Makefile output.

I've submitted a PR, but a quick work-around is to remove the "=1".  It is not necessary.
History
Date User Action Args
2019-04-22 02:55:38ahurstsetrecipients: + ahurst, ned.deily, kbengine
2019-04-22 02:55:38ahurstsetmessageid: <1555901738.23.0.985865873959.issue35586@roundup.psfhosted.org>
2019-04-22 02:55:38ahurstlinkissue35586 messages
2019-04-22 02:55:38ahurstcreate