bpo-30319: socket.close() now ignores ECONNRESET (#2565)
socket.close() was modified in Python 3.6 to raise OSError on failure: see bpo-26685.
Showing
Please register or sign in to comment
socket.close() was modified in Python 3.6 to raise OSError on failure: see bpo-26685.