Antoine Pitrou added the comment:

What if you add "errno = 0" at the beginning of the function? Perhaps Coverity 
is confused by the fact that we use CHECK_ERRNO() to infer whether accept() 
succeeded or not, rather than simply checking the return value.

I don't like your patch, because it adds a code path that would really be a 
logic error and therefore should not pass silently.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18528>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to