]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 May 2025 17:30:40 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 17:30:40 +0000 (17:30 +0000)
commit8f071bc32209c8380f6cbeb901d584020e845c97
treef6334cbf0e27bc1e2abe457438f04c3ec1ece2fc
parent10595486860aa054c9d7ad236cc50064e7b800d5
[3.14] gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (GH-133208) (#133683)

gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (GH-133208)
(cherry picked from commit 2d82ab761ab8051440e486ca68355514f3df42aa)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Modules/socketmodule.c