Skip to content

[3.13] gh-124984: Enhance ssl thread safety (GH-124993) - #125780

Merged
Yhg1s merged 2 commits into
python:3.13from
ZeroIntensity:backport-4c53b25-3.13
Dec 2, 2024
Merged

[3.13] gh-124984: Enhance ssl thread safety (GH-124993)#125780
Yhg1s merged 2 commits into
python:3.13from
ZeroIntensity:backport-4c53b25-3.13

Conversation

@ZeroIntensity

@ZeroIntensityZeroIntensity commented Oct 21, 2024

Copy link
Copy Markdown
Member

Make SSL objects thread safe in Free Theaded build by
using critical sections.

(cherry picked from commit 4c53b25)

Co-authored-by: Bénédikt Tran 10796600+picnixz@users.noreply.github.com

ZeroIntensityand others added 2 commits October 21, 2024 07:11
Make SSL objects thread safe in Free Theaded build by
using critical sections.
(cherry picked from commit 4c53b25)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@vstinner

Copy link
Copy Markdown
Member

@Yhg1s Yhg1s merged commit b105157 into python:3.13 Dec 2, 2024

Thanks @Yhg1s.

@ZeroIntensity
ZeroIntensity deleted the backport-4c53b25-3.13 branch December 20, 2024 04:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ZeroIntensity@vstinner@Yhg1s