]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 25 Jul 2025 15:16:05 +0000 (10:16 -0500)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 15:16:05 +0000 (08:16 -0700)
commite047a35b23c1aa69ab8d5da56f36319cec4d36b8
tree1617243bc1ff01a242eb9a13a6bebf03b04679aa
parentcb93b6fc5ea525f8075cb53ec373356fec63903a
gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)

Lock when the thread state is detached.

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2025-05-26-10-52-27.gh-issue-134698.aJ1mZ1.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl/debughelpers.c