]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 08:26:23 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 08:26:23 +0000 (08:26 +0000)
commitb3badabcd9bc17e095780adbf52ee9bd015c2771
tree6c500b8f37842d5625fb7bdf62222faabf759378
parent49f171d9ea26be64f2be20a6448bd5de441a677b
[3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267) (#125305)

gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267)
(cherry picked from commit b12e99261e656585ffbaa395af7c5dbaee5ad1ad)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst [new file with mode: 0644]
Objects/object.c
Objects/typeobject.c