]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113280: Always close socket if SSLSocket creation failed (GH-114659)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Feb 2024 15:28:07 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 15:28:07 +0000 (15:28 +0000)
commit0ea366240b75380ed7568acbe95d72e481a734f7
tree191fc82a9a72e3bfc9c684b58a085fb0894644df
parentecabff98c41453f15ecd26ac255d531b571b9bc1
gh-113280: Always close socket if SSLSocket creation failed (GH-114659)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2024-01-27-20-11-24.gh-issue-113280.CZPQMf.rst [new file with mode: 0644]