]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150858: fix data race while changing `__qualname__` of a type object(#150859)
authorThomas Kowalski <thom.kowa@gmail.com>
Thu, 11 Jun 2026 15:07:36 +0000 (17:07 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 15:07:36 +0000 (15:07 +0000)
commit1ec6596828b0db4317d85afa85e1f68a3551a07e
treeffd1d63c7f983a9830da952b90813ad124588207
parent937d89c4d9b7c5fda6730a1127db118d881d13cb
gh-150858: fix data race while changing `__qualname__` of a type object(#150859)
Misc/NEWS.d/next/Core_and_Builtins/2026-06-03-16-27-00.gh-issue-150858.j2dSkD.rst [new file with mode: 0644]
Objects/typeobject.c