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 christian.heimes, gregory.p.smith, larry, ned.deily, serhiy.storchaka, vstinner
Date 2018-09-20.19:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537471033.47.0.956365154283.issue30947@psf.upfronthosting.co.za>
In-reply-to
Content
Christian Heimes <lists@cheimes.de> added the comment:
> Victor, the PR for this BPO has introduced XML_POOR_ENTROPY. Neither the commit message nor the issue explains why. Which platform failed to compile without XML_POOR_ENTROPY?

And, maybe:

"Oh, compilation fails on Travis CI at:"
https://github.com/python/cpython/pull/3106#issuecomment-323118722

And my rationale is (extract of setup.py):


                # bpo-30947: Python uses best available entropy sources to
                # call XML_SetHashSalt(), expat entropy sources are not needed
                ('XML_POOR_ENTROPY', '1'),

But I'm wrong if I understood what you told me last week.
History
Date User Action Args
2018-09-20 19:17:13vstinnersetrecipients: + vstinner, gregory.p.smith, larry, christian.heimes, ned.deily, serhiy.storchaka
2018-09-20 19:17:13vstinnersetmessageid: <1537471033.47.0.956365154283.issue30947@psf.upfronthosting.co.za>
2018-09-20 19:17:13vstinnerlinkissue30947 messages
2018-09-20 19:17:13vstinnercreate