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 MicroTransactionsMatterToo, ncoghlan, ned.deily, rbcollins, ronaldoussoren, vstinner
Date 2017-05-03.10:04:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493805856.0.0.769353200602.issue28087@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/cpython/pull/1426 implements the blacklist option.

I chose the conservative approach: hope that poll() will be fixed in 16.6.x. The problem of this approach is that test_asyncore and test_eintr will fail again if Apple doesn't fix poll().

Since I would like to backport this fix in 2.7, 3.5 and 3.6 and not have to modify the code at each broken macOS release, maybe we can use the pessimistic solution: blacklist Darwin >= 16.x, and only start again to whitelist once Apple releases a fixed macOS.
History
Date User Action Args
2017-05-03 10:04:16vstinnersetrecipients: + vstinner, ronaldoussoren, ncoghlan, rbcollins, ned.deily, MicroTransactionsMatterToo
2017-05-03 10:04:16vstinnersetmessageid: <1493805856.0.0.769353200602.issue28087@psf.upfronthosting.co.za>
2017-05-03 10:04:15vstinnerlinkissue28087 messages
2017-05-03 10:04:15vstinnercreate