]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137583: Only lock the SSL context, not the SSL socket (GH-137588)
authorPeter Bierma <zintensitydev@gmail.com>
Sun, 10 Aug 2025 14:47:11 +0000 (10:47 -0400)
committerGitHub <noreply@github.com>
Sun, 10 Aug 2025 14:47:11 +0000 (14:47 +0000)
commit55788a90967e82a9ea05b45c06a293b46ec53d72
tree8160821d7f3e3454fb9f4f7249026827b5a1f6c4
parent046a4e39b3f8ac5cb13ea292418c9c3767b0074d
gh-137583: Only lock the SSL context, not the SSL socket (GH-137588)

Fixes a deadlock in 3.13.6.
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2025-08-09-08-53-32.gh-issue-137583.s6OZud.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl/debughelpers.c