]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (#133208)
authorKumar Aditya <kumaraditya@python.org>
Thu, 8 May 2025 17:03:41 +0000 (22:33 +0530)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 17:03:41 +0000 (22:33 +0530)
commit2d82ab761ab8051440e486ca68355514f3df42aa
treed16998f40948e75890b9c9badba1e4430791b824
parent7d129f99ab8e7ef9382e5e5c7bb4e51ecf74e894
gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (#133208)
Modules/socketmodule.c