[issue28087] macOS 12 poll syscall returns prematurely

STINNER Victor report at bugs.python.org
Wed May 3 05:43:00 EDT 2017


STINNER Victor added the comment:

> 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).

----------

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


More information about the Python-bugs-list mailing list