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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28456>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to