[issue31268] Inconsistent socket timeout exception

desbma report at bugs.python.org
Thu Aug 24 17:11:56 EDT 2017


desbma added the comment:

Yes, you are right: I tried with a small C program, and compared with strace log of the Python program.
In both cases poll sometimes returns -1 (error), or sometimes 0 (timeout).

This is a weird behavior (at least for me) of the TCP stack, but clearly Python is not the cause so I am closing this issue.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list