]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143732: allow dict subclasses to be specialized (GH-148128)
authorKumar Aditya <kumaraditya@python.org>
Mon, 4 May 2026 08:39:03 +0000 (14:09 +0530)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 08:39:03 +0000 (09:39 +0100)
commit5847931d11f2d51058e41cbca253a3cba712e899
tree2ad93094850b85cbe032b104d179d2e0e067af8f
parentde1769f700ccd633e697d1c7a47c44eb19eb2985
gh-143732: allow dict subclasses to be specialized  (GH-148128)
15 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
Lib/test/test_capi/test_opt.py
Lib/test/test_opcache.py
Modules/_testinternalcapi/test_cases.c.h
Objects/dictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/record_functions.c.h
Python/specialize.c