]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (#145075)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 21 Feb 2026 21:31:23 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 21:31:23 +0000 (13:31 -0800)
commit1decc7ee20cf6dce61e07cd8463ed87c1eb5fcd7
tree7fdb533fc34be98845ca1fb5ddf38756e8d26a69
parentdcf96d0ed6641e6fa6cd7df23d4ebf2bc3280c1b
[3.14] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (#145075)

* [3.14] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685)
(cherry picked from commit 3a2a686cc45de2fb685ff332b7b914f27f660680)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* fix backport
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