]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153281)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jul 2026 17:27:32 +0000 (19:27 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 17:27:32 +0000 (20:27 +0300)
commitc30c8a4a65a9d5b0cf711dd761451a3a5128f927
tree7ba7e90a2a9fa8191171fa5940b646e1ad06cb15
parent557e99497942e5f965d11aa07cdf15ab36f6ee74
[3.15] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153281)

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