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 lukasz.langa, ned.deily, rhettinger, ronaldoussoren, vstinner
Date 2016-10-16.22:03:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476655407.97.0.136456644817.issue28456@psf.upfronthosting.co.za>
In-reply-to
Content
Try to modify pyconfig.h to define HAVE_BROKEN_POLL. It should work around the bug.

configure.ac contains a test for HAVE_BROKEN_POLL. We need another test for poll() being broken differently.

Note: asyncio doesn't seem to be affect because it probably uses the more efficient kqueue by default on OS X.
History
Date User Action Args
2016-10-16 22:03:28vstinnersetrecipients: + vstinner, rhettinger, ronaldoussoren, ned.deily, lukasz.langa
2016-10-16 22:03:27vstinnersetmessageid: <1476655407.97.0.136456644817.issue28456@psf.upfronthosting.co.za>
2016-10-16 22:03:27vstinnerlinkissue28456 messages
2016-10-16 22:03:27vstinnercreate