]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)
authorVictor Stinner <vstinner@python.org>
Mon, 4 May 2026 16:09:57 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 16:09:57 +0000 (18:09 +0200)
commit952784af4793e6f819bfecc6e0a50676c7256e3a
treeef723b373745032bc42bde736fc9d544bc41899e
parent6ca5cdba185aeb3b7f72ae0dd61b6a9685d8c416
gh-137030: Fix YIELD_VALUE bytecode assertion (#149184)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Include/internal/pycore_code.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h