]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
authorMark Shannon <mark@hotpy.org>
Mon, 17 Jun 2024 13:40:11 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 13:40:11 +0000 (14:40 +0100)
commit274f844830898355f14d6edb6e71894a2f37e53c
tree0f6ef2d7e7fd30f42fe83bbc05859314ac1c230a
parent79e09e60d865b7b3fcde9ccee86a502da82bb2b3
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)

* Rename _POP_FRAME to _RETURN_VALUE as it returns a value as well as popping a frame.

* Remove remaining _POP_FRAMEs
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
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h