]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#128957)
authormpage <mpage@meta.com>
Fri, 17 Jan 2025 20:53:29 +0000 (12:53 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 20:53:29 +0000 (12:53 -0800)
commit13c4def692228f09df0b30c5f93bc515e89fc77f
treef209b76ff2055f2668b16d1381879bfed7d80cbc
parentd95ba9fa1110534b7247fa2ff12b90e930c93256
gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#128957)

We don't have the correct copy of the bytecode and can't update next_instr
appropriately, so just unwind.
Python/ceval.c