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

Roundup Robot report at bugs.python.org
Mon Jul 16 08:45:00 CEST 2012


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset de229dde486b by Gregory P. Smith in branch '3.2':
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
http://hg.python.org/cpython/rev/de229dde486b

New changeset 558e5ed678c3 by Gregory P. Smith in branch 'default':
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
http://hg.python.org/cpython/rev/558e5ed678c3

----------

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


More information about the Python-bugs-list mailing list