]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh...
authorDonghee Na <donghee.na@python.org>
Tue, 24 Feb 2026 15:48:45 +0000 (00:48 +0900)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 15:48:45 +0000 (00:48 +0900)
commit0f759f11716a05726d46d0e1f6801485b9e8d22b
tree173593a37c7e7f4a093081dc8e77cff0d4ab525e
parent4c95ad8e495646eae4130957e0a4c1cc5ef19120
gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_opcache.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h