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

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

Merged
merged 1 commit into from
May 17, 2017
Merged

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

merged 1 commit into from
May 17, 2017

Conversation

vstinner
Copy link
Member

Catch the Windows socket WSAEINVAL error (code 10022) in imaplib
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
on shutdown(SHUT_RDWR): An invalid operation was attempted

This error occurs sometimes on SSL connections.
(cherry picked from commit 83a2c28)
@vstinner vstinner changed the title bpo-30329: Catch Windows error 10022 on shutdown() (#1538) [2.7] bpo-30329: Catch Windows error 10022 on shutdown() (#1538) May 17, 2017
@vstinner vstinner merged commit 800e4b7 into python:2.7 May 17, 2017
@vstinner vstinner deleted the shutdown_27 branch May 17, 2017 00:38
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