]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-120672)
authorKen Jin <kenjin@python.org>
Wed, 10 Jul 2024 18:02:08 +0000 (02:02 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 18:02:08 +0000 (02:02 +0800)
commit3bfc9c831ad9a3dcf4457e842f1e612e93014a17
tree38211a4b4a67d6b63afc5cd6be363426ee0db86f
parenta802277914405786f6425f2776605c44bd407fc0
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-120672)
Include/internal/pycore_dict.h
Include/object.h
Lib/test/test_free_threading/test_type.py
Objects/dictobject.c
Objects/typeobject.c