]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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)
committerGregory P. Smith <greg@krypto.org>
Fri, 25 Jul 2025 15:21:24 +0000 (08:21 -0700)
commitfd565fdfc9c0001900d03d627e2fda83f1bcca90
treed3b72e2a76100582b6cdb28e3f887c0898ec157d
parent87422988f988ebc04c79ccc4044746fe7eb25a4a
[3.14] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)

Lock when the thread state is detached.
(cherry picked from commit e047a35b23c1aa69ab8d5da56f36319cec4d36b8)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
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