-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning #14662
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-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning #14662
Conversation
Close the TLS connection in test_pha_required_nocert() of test_ssl to fix a ResourceWarning.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-14665 is a backport of this pull request to the 3.8 branch. |
…ythonGH-14662) Close the TLS connection in test_pha_required_nocert() of test_ssl to fix a ResourceWarning. (cherry picked from commit cf9c41c) Co-authored-by: Victor Stinner <vstinner@redhat.com>
|
The test failed on Windows, I cancelled the backport to 3.8. |
…ythonGH-14662) Close the TLS connection in test_pha_required_nocert() of test_ssl to fix a ResourceWarning.
…rning (pythonGH-14662)" (pythonGH-14669) This reverts commit cf9c41c.
…ythonGH-14662) Close the TLS connection in test_pha_required_nocert() of test_ssl to fix a ResourceWarning.
…rning (pythonGH-14662)" (pythonGH-14669) This reverts commit cf9c41c.
Close the TLS connection in test_pha_required_nocert() of test_ssl to
fix a ResourceWarning.
https://bugs.python.org/issue37322