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.09:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493804580.6.0.360479446333.issue28087@psf.upfronthosting.co.za>
In-reply-to
Content
> Would it be possible to design a test which doesn't block?

If there is no obvious way to detect poll() functionnaly, a workaround is to get the Darwin version from uname() and blacklist macOS versions known to have the bug (disable select.poll() on these versions).
History
Date User Action Args
2017-05-03 09:43:00vstinnersetrecipients: + vstinner, ronaldoussoren, ncoghlan, rbcollins, ned.deily, MicroTransactionsMatterToo
2017-05-03 09:43:00vstinnersetmessageid: <1493804580.6.0.360479446333.issue28087@psf.upfronthosting.co.za>
2017-05-03 09:43:00vstinnerlinkissue28087 messages
2017-05-03 09:43:00vstinnercreate