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 gregory.p.smith
Recipients MicroTransactionsMatterToo, gregory.p.smith, ncoghlan, ned.deily, rbcollins, ronaldoussoren, vstinner
Date 2017-05-07.00:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494116268.46.0.757084245.issue28087@psf.upfronthosting.co.za>
In-reply-to
Content
Do we need to work around this issue at all?

Apple appears to have fixed it already:
  https://github.com/opensource-apple/xnu/commit/0cccba1c831cfe36f0d67d672f8aa67b4a7d4b6a#diff-e61c2932bb9d5cea2dd0732acd8ec626R1783

A comment in https://github.com/curl/curl/issues/1057 suggests Apple has shipped that change in 10.12.2.

If you still want to have Python deal with the 10.12.0 and 10.12.1 cases you could update your PR to check those versions, but given these are security fix releases as 10.12.4 is already current I think it is better to tell people just to apply their security updates and not bother with a workaround in Python.
History
Date User Action Args
2017-05-07 00:17:49gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, ncoghlan, vstinner, rbcollins, ned.deily, MicroTransactionsMatterToo
2017-05-07 00:17:48gregory.p.smithsetmessageid: <1494116268.46.0.757084245.issue28087@psf.upfronthosting.co.za>
2017-05-07 00:17:48gregory.p.smithlinkissue28087 messages
2017-05-07 00:17:45gregory.p.smithcreate