]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
authorDino Viehland <dinoviehland@meta.com>
Thu, 11 Jun 2026 16:38:31 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 16:38:31 +0000 (09:38 -0700)
commitefb2fffae1fc728a5467672e6781cdf2df9bfec3
treebdce9280e34c3ec2ef72f50008f242c93601db3f
parent6112d70abee2455bfa44a76a49a5a80472e21134
gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)

Raise PyType_Modified for insertion into split dictionary
12 files changed:
Include/internal/pycore_dict.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
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