mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-124984: Enhance ssl thread safety (#124993)
Make SSL objects thread safe in Free Theaded build by using critical sections. Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
2a378dba98
commit
4c53b25775
4 changed files with 1698 additions and 246 deletions
|
|
@ -0,0 +1 @@
|
|||
Fixed thread safety in :mod:`ssl` in the free-threaded build. OpenSSL operations are now protected by a per-object lock.
|
||||
Loading…
Add table
Add a link
Reference in a new issue