]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145866: Convert `SET_UPDATE` to leave its inputs on the stack to be cleaned up...
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Thu, 19 Mar 2026 11:17:58 +0000 (19:17 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 11:17:58 +0000 (19:17 +0800)
commit0d37e423d554b4a37e45fc83c8b03cb878bce76d
treed41517406a9b1aceea783a999119019647bdbcde
parent982459132becdc31ee1a8cdfc84544e31fc3d5dd
gh-145866: Convert `SET_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-145979)
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