]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153282)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jul 2026 18:02:59 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 18:02:59 +0000 (18:02 +0000)
commit3d802b5be90a238c8f5ba4016f16eaddc60f375f
treea67a26e92b0550165d14a27f6e851e43f84fd687
parentf98f943cfda1e46c95a03aa17db519b3d8e73021
[3.14] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153282)

gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253)
(cherry picked from commit a74280e6696125acb7628facc577d0f975c4d69e)

Co-authored-by: sobolevn <mail@sobolevn.me>
Python/compile.c