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 Maxime Belanger
Recipients Maxime Belanger, ned.deily, ronaldoussoren
Date 2017-01-19.22:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484866043.66.0.798291197096.issue27596@psf.upfronthosting.co.za>
In-reply-to
Content
We're hitting this issue with Python 2.7 (which we deploy on Mac OS X 10.6-10.12). We've worked around it by manually patching `pyconfig.h` to un-define `HAVE_GETENTROPY` before `make`ing. Is a patch is in the works to support weak-linking this symbol (and the other new Sierra additions)?
History
Date User Action Args
2017-01-19 22:47:23Maxime Belangersetrecipients: + Maxime Belanger, ronaldoussoren, ned.deily
2017-01-19 22:47:23Maxime Belangersetmessageid: <1484866043.66.0.798291197096.issue27596@psf.upfronthosting.co.za>
2017-01-19 22:47:23Maxime Belangerlinkissue27596 messages
2017-01-19 22:47:23Maxime Belangercreate