[issue5154] OSX broken poll testing doesn't work

Ronald Oussoren report at bugs.python.org
Wed Mar 16 15:04:57 CET 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I propose to close this as won't fix. The reason: poll on OSX does work, but fairly limited in the kinds of file descriptors it works with. The HAVE_BROKEN_POLL test is meant to detect poll implementation that don't even manage to implement the API correctly.

The attached patch adds notes to the documentation to warn users about the limitations of poll and kqueue on MacOSX.

----------
keywords: +patch
Added file: http://bugs.python.org/file21239/issue5154.patch

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


More information about the Python-bugs-list mailing list