]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: Fix SNI callback callable race (GH-150018) (GH-150099)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2026 18:01:31 +0000 (20:01 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 18:01:31 +0000 (21:01 +0300)
commit99979753b38f64a6cdbe37990eaaeb2af440e140
treeecf1d40d888a6d5595d1fa76297cb8ed13cdafda
parent199751ea6a4637d0445fc16af84c3072a30f29f2
[3.15] gh-149816: Fix SNI callback callable race (GH-150018) (GH-150099)

(cherry picked from commit 8b31d08e62b9714cf8dd1d8b19afa5ecbad2414a)

Co-authored-by: Kirill Ignatev <kiri11@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2026-05-18-22-45-54.gh-issue-149816.T68vc_.rst [new file with mode: 0644]
Modules/_ssl.c