Uh oh!
There was an error while loading. Please reload this page.
gh-150452: use PyMutex in socket module - #150453
Conversation
kumaraditya303
commented
May 28, 2026
The change is not user-facing, news isn't needed. This PR alone is sufficient, you can close the other one and I'll backport this. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
left a comment
There was a problem hiding this comment.
Can you please fix the merge conflict?
Uh oh!
There was an error while loading. Please reload this page.
15788c0 to
98b12b7CompareKowalskiThomas
commented
Jun 1, 2026
@vstinner rebased and fixed the merge conflict from my other PR |
kumaraditya303
commented
Jul 14, 2026
There are merge conflicts. |
Co-authored-by: Victor Stinner <vstinner@python.org>
98b12b7 to
83dd464CompareKowalskiThomas
commented
Jul 15, 2026
@kumaraditya303 just had a look, error handling for I had to rebase (instead of merge main into my branch) because Git would complain about merging "unrelated histories" -- I've never seen that before so I'm not sure what happened there. Anyway, should be good now. |
Uh oh!
There was an error while loading. Please reload this page.
Fixes#150452.
socketmodule should usePyMutexinstead of Lock #150452