]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
authorSam Gross <colesbury@gmail.com>
Fri, 11 Oct 2024 07:56:01 +0000 (03:56 -0400)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 07:56:01 +0000 (13:26 +0530)
commitb12e99261e656585ffbaa395af7c5dbaee5ad1ad
tree2c8f481edb4e08dbe51733abdfa59b3ae9febf07
parentc1913effeed4e4da4d5310a40ab518945001ffba
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
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