]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
authorMark Shannon <mark@hotpy.org>
Thu, 25 Apr 2024 10:32:47 +0000 (11:32 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 10:32:47 +0000 (11:32 +0100)
commitf180b31e7629d36265fa36f1560365358b4fd47c
tree3a887125f428f481fd85753d3f6b896843e84b3a
parent10bb90ed49a81a525b126ce8e4d8564c1616d0b3
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
16 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_frame.h
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
Objects/frameobject.c
Python/bytecodes.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/frame.c
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h