bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning#14662
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning#14662vstinner merged 1 commit intopython:masterfrom vstinner:test_pha_required_nocert_reswarn
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