[issue14635] telnetlib uses select instead of poll - limited to FD_SETSIZE fds

Charles-François Natali report at bugs.python.org
Fri Apr 20 22:47:53 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

See also issue #10527, dealing with multiprocessing.
Note that this probably affects other modules besides telnetlib, so it might be interesting to find a way to factorize code (i.e. use poll() if available or fallback to select()).

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

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


More information about the Python-bugs-list mailing list