]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142516: fix reference leaks in `ssl.SSLContext` objects (#143685)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 21 Feb 2026 11:31:16 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 11:31:16 +0000 (12:31 +0100)
commit3a2a686cc45de2fb685ff332b7b914f27f660680
tree4c0925ae0357fcc63c84a663f10abf678085b221
parent7b0bd9eb91ce0d4546c6d6f537eea558d1bf5fc8
gh-142516: fix reference leaks in `ssl.SSLContext` objects (#143685)
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2026-01-11-13-03-32.gh-issue-142516.u7An-s.rst [new file with mode: 0644]
Modules/_ssl.c