]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 29 Mar 2026 12:58:37 +0000 (14:58 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 12:58:37 +0000 (12:58 +0000)
commit883b6d22d17c3b2fff2ed14e1ff42ddbeb23c504
tree061449ba7d8fe856288218fda1932aaafef37561
parent525f8e4dce99e7c59b86fc74f73f7099f89df312
[3.14] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573) (#146597)

(cherry picked from commit 24db78c5329dd405460bfdf76df380ced6231353)
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2026-03-28-13-19-20.gh-issue-146080.srN12a.rst [new file with mode: 0644]
Modules/_ssl.c