]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120225: fix crash in compiler on empty block at end of exception handler (#120235)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 7 Jun 2024 21:37:35 +0000 (22:37 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 21:37:35 +0000 (22:37 +0100)
commit4fc82b6d3b99f873179937215833e7a573ca7876
treecad1fe09a3cf3444780a315d1bf6b039e810c7d0
parente6076d1e1303c3cc14bc02baf607535af2cf1501
gh-120225: fix crash in compiler on empty block at end of exception handler (#120235)
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