-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
bpo-44229: Intest_ssl
, ignore spurious EPROTOTYPE on macOS
#26893
Conversation
Backport though to 3.9? (...maybe even 3.8, since it's breaking CI) |
Is the error happening on 3.9 and 3.8? I though this only happened in 3.10 and main |
Ok, I saw https://bugs.python.org/msg396471 :) |
I think we've just let it pass as a flakey ssl test earlier. With PEP 644, the ssl tests have been heavily scrutinised :) |
Also, question, in your message there are 3 different exceptions:
are all of this fixed by this PR? |
Yes. Errno 41 always happens in the mock server set up by the test. On the client side, this results in either errno 54 or errno 61. |
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…26893) (cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26894 is a backport of this pull request to the 3.9 branch. |
…26893) (cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26895 is a backport of this pull request to the 3.8 branch. |
…26893) (cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26896 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…GH-26895) (cherry picked from commit b5a52ee) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
https://bugs.python.org/issue44229