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, mgmacias95
Date 2019-04-22.01:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555898168.61.0.0207450358984.issue35184@roundup.psfhosted.org>
In-reply-to
Content
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 01:56:08ahurstsetrecipients: + ahurst, mgmacias95
2019-04-22 01:56:08ahurstsetmessageid: <1555898168.61.0.0207450358984.issue35184@roundup.psfhosted.org>
2019-04-22 01:56:08ahurstlinkissue35184 messages
2019-04-22 01:56:08ahurstcreate