]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148171: Convert variadic argument opcodes to leave their arguments on the stack...
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Sat, 11 Apr 2026 05:27:24 +0000 (13:27 +0800)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2026 05:27:24 +0000 (13:27 +0800)
commite872c19922ec893a8868f2f7f8bbec8931fee775
tree3c02f157058caa90c34da79179a0249e14855f5a
parent2b439da9728a3201fa1988f363f35133179c299f
gh-148171: Convert variadic argument opcodes to leave their arguments on the stack (`CALL_BUILTIN_FAST_WITH_KEYWORDS`) (#148366)
Include/internal/pycore_ceval.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h