]> granicus.if.org Git - python/commit
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jul 2017 14:20:06 +0000 (16:20 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2017 14:20:06 +0000 (16:20 +0200)
commit67e1478dba6efe60b8e1890192014b8b06dd6bd9
treed40e51acd43996f22a3dbbe31e9aa71036d342c1
parent378ebb6578b9d709f38b888d23874c0b18125249
bpo-30319: socket.close() now ignores ECONNRESET (#2565)

socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
Misc/NEWS.d/next/Library/2017-07-04-13-48-21.bpo-30319.hg_3TX.rst [new file with mode: 0644]
Modules/socketmodule.c