]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 13:07:15 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2026 13:07:15 +0000 (13:07 +0000)
commit59f33e82ff8f530cfe589ca47a6fdff538d1a1d3
tree49a29c2bcd32941f8fde4489f3f592e2f29b04ae
parentd0991b1e0f6b99d22e29d54276ddce2b3762617c
[3.13] gh-146080: fix a crash in SNI callbacks when the SSL object is gone (GH-146573) (#146598)

(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