]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
authorSam Gross <colesbury@gmail.com>
Thu, 22 Jan 2026 19:02:30 +0000 (14:02 -0500)
committerGitHub <noreply@github.com>
Thu, 22 Jan 2026 19:02:30 +0000 (14:02 -0500)
commitbcf9cb0217fdbab5dc6b812648e61bfa196e7110
treeda7916fcdfca8ee4ebe924c9f326f6491e2830ec
parenta966d94e76d91ef60f9912a98a3869f38ecd438b
gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)

Concurrent calls to `load_cert_chain` caused data races in OpenSSL code.
Misc/NEWS.d/next/Library/2026-01-13-16-19-50.gh-issue-143756.LQOra1.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h