-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-31400: Improve SSL error handling on Windows #3463
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
Conversation
| @@ -0,0 +1 @@ | |||
| Improves SSL error handling on Windows to avoid losing error numbers. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/on Windows//
tiran
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please address the minor nit pick in Mews/NEWS.d.
|
Sorry, @zooba and @tiran, I could not cleanly backport this to |
|
GH-3466 is a backport of this pull request to the 3.6 branch. |
* bpo-31392: Improve SSL error handling on Windows * Remove unnecessary Windows mention in NEWS. (cherry picked from commit e6eb48c)
https://bugs.python.org/issue31400