]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
authorDino Viehland <dinoviehland@meta.com>
Mon, 6 Jul 2026 19:56:32 +0000 (12:56 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 19:56:32 +0000 (12:56 -0700)
commit20921922fa4d34bea54bfbfc561503e67409b7ab
tree70032962dad449a25d4bc1083479e66bae7d57af
parent28aa32d8527b7bf15cb8c087ead02aa4e7510460
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)

Raise PyType_Modified for insertion into split dictionary - now with better locking discipline in free-threaded builds
14 files changed:
Include/internal/pycore_dict.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_free_threading/test_type.py
Modules/_testinternalcapi/test_cases.c.h
Objects/dictobject.c
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h
Python/specialize.c