Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-128277: make globals variables thread safe in socket module #128286

Merged
merged 10 commits into from
Dec 31, 2024

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Dec 27, 2024

First part of making socket module thread safe by moving state variables to be globally thread safe.

Modules/socketmodule.c Outdated Show resolved Hide resolved
Modules/socketmodule.c Outdated Show resolved Hide resolved
@kumaraditya303 kumaraditya303 merged commit e389d6c into python:main Dec 31, 2024
43 checks passed
@kumaraditya303 kumaraditya303 deleted the socket-threadsafe branch December 31, 2024 13:40
Sign up for free to 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