[issue1049450] Solaris: EINTR exception in select/socket calls in telnetlib

STINNER Victor report at bugs.python.org
Fri Jul 18 23:50:17 CEST 2014


STINNER Victor added the comment:

The telnetlib now uses the new selectors introduced in Python 3.4: see the issue #19170. The selectors module handles InterruptedError (EINTR): it returns an empty list of events in this case.

The changeset f713d9b6393c of the issue #19170 fixed this issue.

Sorry for the delay, 10 years to fix this bug... It's probably because the telnetlib module is not widely used...

----------
nosy: +haypo, neologix
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list