]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120225: fix crash in compiler on empty block at end of exception handler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 22:01:20 +0000 (00:01 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 22:01:20 +0000 (22:01 +0000)
commit3be7e91d037059dd98c175f48620191b538b9731
tree7f9c1b19235cab66fd6b9424209ff5a30ff85993
parent6238174e47a046dd6feb09ef4dd1bb55605ea0ad
[3.13] gh-120225: fix crash in compiler on empty block at end of exception handler (GH-120235) (#120249)

gh-120225: fix crash in compiler on empty block at end of exception handler (GH-120235)
(cherry picked from commit 4fc82b6d3b99f873179937215833e7a573ca7876)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-06-07-16-09-04.gh-issue-120225.kuYf9t.rst [new file with mode: 0644]
Python/flowgraph.c