]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (...
authorKen Jin <kenjin@python.org>
Fri, 12 Jul 2024 11:35:53 +0000 (19:35 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2024 11:35:53 +0000 (19:35 +0800)
commitcd74ed0a71f57e96bcd6c2a996587c58ef5da82d
treea568fcdb2760e72bb617106a97838906734bafc7
parent15c875a57c0fc5acf97fa07fbb01030c97d39d71
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591)

(cherry-picked from commit 3bfc9c8)
Include/internal/pycore_dict.h
Include/object.h
Lib/test/test_free_threading/test_type.py
Objects/dictobject.c
Objects/typeobject.c