]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98831: Modernize CALL and family (#101508)
authorGuido van Rossum <guido@python.org>
Wed, 8 Feb 2023 19:40:10 +0000 (11:40 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 19:40:10 +0000 (11:40 -0800)
commit616aec1ff148ba4570aa2d4b8ea420c715c206e4
treea3a7dcdbe60264dd511b01e5b0ff3cda9ecb6b66
parentd9de0792482d2ded364b0c7d2867b97a5da41b12
gh-98831: Modernize CALL and family (#101508)

Includes a slight improvement to `DECREF_INPUTS()`.
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py