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

GitHub noreply at github.com
Tue Jul 4 10:46:11 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 580cd5cd3603317d294a881628880a92ea221334
      https://github.com/python/cpython/commit/580cd5cd3603317d294a881628880a92ea221334
  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) (#2566)

socket.close() was modified in Python 3.6 to raise OSError on
failure: see bpo-26685.
(cherry picked from commit 67e1478dba6efe60b8e1890192014b8b06dd6bd9)




More information about the Python-checkins mailing list