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

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