Charles-François Natali added the comment:

See also http://bugs.python.org/issue14635.
This problem affects any single use of select(): instead of using an ad-hoc 
wrapper in each module, it would probably make sense to add a higher level 
selector class to the select module which would fallback on the right syscall 
(i.e. poll() if available, or /dev/poll on Solaris-like).

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10527>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to