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-06.19:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494099318.33.0.391159442542.issue28087@psf.upfronthosting.co.za>
In-reply-to
Content
Please DO NOT REMOVE select.poll() on MacOS.  It is still useful.

Apple needs to live with their bug that they refuse to acknowledge by forcing developers to learn the special case that it now breaks in (0 fds).  We should not pretend that poll() does not exist as a result.

For reference about the details of the MacOS change they were stupid enough to force upon the world, see this comment - which links to the source of their bug in the "open" source side of their OS.
  https://github.com/curl/curl/issues/1057#issuecomment-252286017
History
Date User Action Args
2017-05-06 19:35:18gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, ncoghlan, vstinner, rbcollins, ned.deily, MicroTransactionsMatterToo
2017-05-06 19:35:18gregory.p.smithsetmessageid: <1494099318.33.0.391159442542.issue28087@psf.upfronthosting.co.za>
2017-05-06 19:35:18gregory.p.smithlinkissue28087 messages
2017-05-06 19:35:18gregory.p.smithcreate