[New-bugs-announce] [issue17039] socket.SocketIO hides socket timeouts as blocking errors

Ronny Pfannschmidt report at bugs.python.org
Sat Jan 26 12:30:10 CET 2013


New submission from Ronny Pfannschmidt:

the change to conform with pep 3114 makes socketSocketIO hide Timeouts,
since they are also denoted with EAGAIN (which is one of the blocking errors a nonblocking socket will raise)

that causes read/readinto return None, when one would expect a Timeout

----------
messages: 180660
nosy: Ronny.Pfannschmidt
priority: normal
severity: normal
status: open
title: socket.SocketIO hides socket timeouts as blocking errors
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list