]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (GH...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 24 May 2026 09:43:03 +0000 (11:43 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 09:43:03 +0000 (11:43 +0200)
commite102378eca912df8f51c0f2ede75ff3b44248dac
treef9e305e4afc59cf3dd8ecf55d39346145dbb4683
parent29fcf3c5f96f89da32b688137715b9a5d88cd9a2
[3.13] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (GH-145075) (#148371)

Cherry picked from commits 3a2a686cc45de2fb685ff332b7b914f27f660680
and 1decc7ee20cf6dce61e07cd8463ed87c1eb5fcd7 with minor amendments.
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