bpo-30319: socket.close() now ignores ECONNRESET (#2565) (#2566) · python/cpython@580cd5c · GitHub
Skip to content

Commit 580cd5c

Browse files
authored
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 67e1478)
1 parent 23e2c3d commit 580cd5c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions

Modules/socketmodule.c

Lines changed: 3 additions & 1 deletion

0 commit comments

Comments
 (0)