]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `LIST_EXTEND` to leave its inputs on the stack to be cleaned up...
authorNeko Asakura <neko.asakura@outlook.com>
Fri, 27 Mar 2026 17:04:17 +0000 (13:04 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 17:04:17 +0000 (01:04 +0800)
commita492d9ff7463282036503e1efc69b2148f3bcf51
tree1e6286b963fb4e03f762d3088c9ea14f868258b6
parent1417737810e2250ca5cd80574c82e8aa2542560a
gh-145866: Convert `LIST_EXTEND` to leave its inputs on the stack to be cleaned up by `_POP_TOP` be cleaned up by `_POP_TOP` (GH-146383)
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