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 vstinner
Recipients benjamin.peterson, christian.heimes, vstinner
Date 2018-09-11.00:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536624577.44.0.0269046726804.issue34623@psf.upfronthosting.co.za>
In-reply-to
Content
> Note we compile expat with -DXML_POOR_ENTROPY on the assumption that Python always initializes the entropy itself.

Oh. I forgot this thing. So it seems like we have to backport this change to 2.7, 3.6 and newer versions.

What about Python 3.4 and 3.5? Python 3.5 has a copy of libexpat 2.2.0, but setup.py doesn't build expat with XML_POOR_ENTROPY=1.
History
Date User Action Args
2018-09-11 00:09:37vstinnersetrecipients: + vstinner, christian.heimes, benjamin.peterson
2018-09-11 00:09:37vstinnersetmessageid: <1536624577.44.0.0269046726804.issue34623@psf.upfronthosting.co.za>
2018-09-11 00:09:37vstinnerlinkissue34623 messages
2018-09-11 00:09:36vstinnercreate