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

Commit 67e1478

Browse files
authored
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
socket.close() was modified in Python 3.6 to raise OSError on failure: see bpo-26685.
1 parent 378ebb6 commit 67e1478

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)