]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153283)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jul 2026 17:03:10 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 17:03:10 +0000 (17:03 +0000)
commit39264edce73c443b01a89d7f07ace764eb600a84
treeb4473c745165f065e65473c0efb9ae268e86c5f0
parent918b82a15f167bbbc222379b0b584699c05c7bfc
[3.13] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153283)

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