Uh oh!
There was an error while loading. Please reload this page.
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) |
pablogsal
commented
Jun 24, 2021
Is the error happening on 3.9 and 3.8? I though this only happened in 3.10 and main |
pablogsal
commented
Jun 24, 2021
Ok, I saw https://bugs.python.org/msg396471 :) |
erlend-aasland
commented
Jun 24, 2021
I think we've just let it pass as a flakey ssl test earlier. With PEP 644, the ssl tests have been heavily scrutinised :) |
pablogsal
commented
Jun 24, 2021
Also, question, in your message there are 3 different exceptions: are all of this fixed by this PR? |
erlend-aasland
commented
Jun 24, 2021
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. |
miss-islington
commented
Jun 24, 2021
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
miss-islington
commented
Jun 24, 2021
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
miss-islington
commented
Jun 24, 2021
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
bedevere-bot
commented
Jun 24, 2021
GH-26894 is a backport of this pull request to the 3.9 branch. |
bedevere-bot
commented
Jun 24, 2021
GH-26895 is a backport of this pull request to the 3.8 branch. |
bedevere-bot
commented
Jun 24, 2021
GH-26896 is a backport of this pull request to the 3.10 branch. |
https://bugs.python.org/issue44229