[Python-checkins] [python/cpython] 83a2c2: bpo-30329: Catch Windows error 10022 on shutdown()...

GitHub noreply at github.com
Mon May 15 11:33:47 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 83a2c2879839da2e10037f5e4af1bd1dafbf1a52
      https://github.com/python/cpython/commit/83a2c2879839da2e10037f5e4af1bd1dafbf1a52
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M Lib/imaplib.py
    M Lib/poplib.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-30329: Catch Windows error 10022 on shutdown() (#1538)

Catch the Windows socket WSAEINVAL error (code 10022) in imaplib and
poplib on shutdown(SHUT_RDWR): An invalid operation was attempted

This error occurs sometimes on SSL connections.




More information about the Python-checkins mailing list