]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145566: Skip stop-the-world when reassigning `__class__` on newly created objects...
authorSam Gross <colesbury@gmail.com>
Fri, 6 Mar 2026 17:01:06 +0000 (12:01 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2026 17:01:06 +0000 (12:01 -0500)
commit1d091a336e60b703a7d7ae4124f652eabe144f4e
tree56c2de095e836bf60ab1d7a80a256a93c66e2c88
parentb28e5f58ebf8d9badcc893cd189cb1575d4e3614
gh-145566: Skip stop-the-world when reassigning `__class__` on newly created objects (gh-145567)
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