[3.9] bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)#25572
[3.9] bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)#25572tiran wants to merge 4 commits into
Conversation
997d9c4 to
17fd03d
Compare
April 24, 2021 08:43
…ythonGH-25553) Revert 73ea546, increase logging, and improve stability of test. Handle all OSErrors in a single block. OSError also takes care of SSLError and socket's connection errors. Partly reverts commit fb7e750. The threaded connection handler must not raise an unhandled exception.. (cherry picked from commit c8666cf) Co-authored-by: Christian Heimes <christian@python.org>
17fd03d to
5d1fb45
Compare
May 2, 2021 14:46
…25561) test_wrong_cert_tls13 sometimes fails on some Windows buildbots. Turn failing test case into skipped test case until we have more time to investigate. Signed-off-by: Christian Heimes <christian@python.org>
|
There's a few hours left for this to get fixed for inclusion in 3.9.5. |
Sorry, something went wrong.
|
The PR is still unstable. I was not able to figure out the issue over the weekend and I won't have time in the next couple of hours to debug the problem. Let's try it again for 3.9.6. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
https://bugs.python.org/issue37322 is closed. What is the status of this PR? |
Sorry, something went wrong.
|
We're releasing the last bugfix release of 3.9 today and this PR's been stale for a while. Sadly it's a wontfix now. |
Sorry, something went wrong.
Revert 73ea546, increase logging, and improve stability of test.
Handle all OSErrors in a single block. OSError also takes care of
SSLError and socket's connection errors.
Partly reverts commit fb7e750. The
threaded connection handler must not raise an unhandled exception..
(cherry picked from commit c8666cf)
Co-authored-by: Christian Heimes christian@python.org
https://bugs.python.org/issue37322