]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150858: fix data race while changing `__qualname__` of a type object(GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jul 2026 10:42:48 +0000 (12:42 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2026 10:42:48 +0000 (10:42 +0000)
commit5125584767c48e32aef07c4d8f9a29a85e1a03b3
tree868fed3cb5445c59f0bce9505ea7779758853045
parent22eff887f7565d24b6ba54bc147672d3ecdd8cf7
[3.15] gh-150858: fix data race while changing `__qualname__` of a type object(GH-150859) (#153747)

gh-150858: fix data race while changing `__qualname__` of a type object(GH-150859)
(cherry picked from commit 1ec6596828b0db4317d85afa85e1f68a3551a07e)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
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