STINNER Victor added the comment:

About versions, socket.close() was modified in Python 3.6 (bpo-26685) to raise 
an OSError on error. So only Python 3.6 and 3.7 are impacted here.

----------
title: ConnectionResetError: [Errno 54] Connection reset by peer in 
socket.close on FreeBSD, Py 3.6 -> Change socket.close() to ignore ECONNRESET

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

Reply via email to