[issue30319] Change socket.close() to ignore ECONNRESET

STINNER Victor report at bugs.python.org
Tue Jul 4 08:35:42 EDT 2017


STINNER Victor added the comment:

I wrote https://github.com/python/cpython/pull/2565 because the ConnectionResetError error on socket.close() is more and more a cause of failures on FreeBSD buildbots. I mean that I fixed enough other bugs to start to only see one specific bug more often ;-) (Before we had dozens of random bugs.)

----------

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


More information about the Python-bugs-list mailing list