]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148171: Convert `CALL_BUILTIN_CLASS` to leave arguments on the stack (gh-148381)
authorDonghee Na <donghee.na@python.org>
Sat, 11 Apr 2026 14:01:25 +0000 (23:01 +0900)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2026 14:01:25 +0000 (23:01 +0900)
commita71b043356bd214c07eaa801d463ab2c06cf666a
treef07a9cef55dd2bcf13c7d9d55e2e8f8e44ad7451
parent9831dea3bf2f283e8482274347bc456849787a23
gh-148171: Convert `CALL_BUILTIN_CLASS` to leave arguments on the stack (gh-148381)
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