[issue5154] OSX broken poll testing doesn't work
Ronald Oussoren
report at bugs.python.org
Wed Mar 4 23:54:18 CET 2009
Ronald Oussoren <ronaldoussoren at mac.com> added the comment:
poll(3) doesn't work for all types of filedescriptors on OSX.
Specifically:
BUGS
The poll() system call currently does not support devices.
(That's from the manpage of poll). This is why Apple doesn't expose
select.poll in their build of Python.
I haven't used select.poll myself and therefore don't know if the issues
with the poll system call are serious enough to warrant hiding
select.poll on OSX.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5154>
_______________________________________
More information about the Python-bugs-list
mailing list