]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `DICT_MERGE` to leave its inputs on the stack to be cleaned up...
authorNeko Asakura <neko.asakura@outlook.com>
Tue, 24 Mar 2026 10:31:41 +0000 (06:31 -0400)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 10:31:41 +0000 (18:31 +0800)
commit6d73bc226723ab0249c05b71c5f27ab42e126b41
tree629ccf6cdbfb8e4a3e4594709ea8f80a1891667f
parent07a555d4fce8a8c61e8e70d0302184b1ee37b23f
gh-145866: Convert `DICT_MERGE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146329)
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
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