]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145566: Skip stop-the-world when reassigning `__class__` on newly created...
authorSam Gross <colesbury@gmail.com>
Fri, 6 Mar 2026 19:35:00 +0000 (14:35 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 19:35:00 +0000 (14:35 -0500)
commit20438820ffa359d2e7b8fbd5cfd8f30329314bc1
tree0a84be365c5070d917b4c7ff7d77b97aad31b51f
parent7b9508f4b055c76e301d12eba6ec84fde9d5f6d3
[3.14] gh-145566: Skip stop-the-world when reassigning `__class__` on newly created objects (gh-145567) (#145605)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-03-05-19-10-56.gh-issue-145566.H4RupyYN.rst [new file with mode: 0644]
Objects/typeobject.c