Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-30329: Catch Windows error 10022 on shutdown() (#1538) #1620

Merged
merged 1 commit into from
May 16, 2017
Merged

[3.6] bpo-30329: Catch Windows error 10022 on shutdown() (#1538) #1620

merged 1 commit into from
May 16, 2017

Conversation

vstinner
Copy link
Member

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.
(cherry picked from commit 83a2c28)

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.
(cherry picked from commit 83a2c28)
@vstinner vstinner merged commit aaa0536 into python:3.6 May 16, 2017
@vstinner vstinner deleted the shutdown_36 branch May 16, 2017 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants