## Issue This is a follow-up from #150406 where @kumaraditya303 pointed out that the existing Lock allocated here... https://github.com/python/cpython/blob/a189e3dd03630eed690dd32feaf39422b8209ca4/Modules/socketmodule.c#L9294-L9296 ... should be replaced with a `PyMutex`. <!-- gh-linked-prs --> ### Linked PRs * gh-150453 <!-- /gh-linked-prs -->
Issue
This is a follow-up from #150406 where @kumaraditya303 pointed out that the existing Lock allocated here...
cpython/Modules/socketmodule.c
Lines 9294 to 9296 in a189e3d
... should be replaced with a
PyMutex.Linked PRs