[issue28456] Test failures under macOS 10.12 Sierra

STINNER Victor report at bugs.python.org
Sun Oct 16 18:03:27 EDT 2016


STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28456>
_______________________________________


More information about the Python-bugs-list mailing list