[Python-checkins] [python/cpython] 67e147: bpo-30319: socket.close() now ignores ECONNRESET (...

GitHub noreply at github.com
Tue Jul 4 10:20:07 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 67e1478dba6efe60b8e1890192014b8b06dd6bd9
      https://github.com/python/cpython/commit/67e1478dba6efe60b8e1890192014b8b06dd6bd9
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-07-04 (Tue, 04 Jul 2017)

  Changed paths:
    A Misc/NEWS.d/next/Library/2017-07-04-13-48-21.bpo-30319.hg_3TX.rst
    M Modules/socketmodule.c

  Log Message:
  -----------
  bpo-30319: socket.close() now ignores ECONNRESET (#2565)

socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.




More information about the Python-checkins mailing list