]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146080: fix a crash in SNI callbacks when the SSL object is gone (#146573)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 29 Mar 2026 12:27:22 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 12:27:22 +0000 (14:27 +0200)
commit24db78c5329dd405460bfdf76df380ced6231353
treef2e144385c431f4a49fdb3c817f70d711d4dc067
parentaa6680775d6d9ca571a675c3b2d655f4ade78c0c
gh-146080: fix a crash in SNI callbacks when the SSL object is gone (#146573)
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