]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111123: symtable should visit exception handlers before the else block (#111142)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 21 Oct 2023 12:38:29 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 12:38:29 +0000 (13:38 +0100)
commitb578e51f026a45576930816d6784697192ed472e
tree80c166fec30df2d8fcbbd17d00868d565aed1c38
parentf71cd5394efe154ba92228b2b67be910cc1ede95
gh-111123: symtable should visit exception handlers before the else block (#111142)
Doc/whatsnew/3.13.rst
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-10-20-23-14-06.gh-issue-111123.jjVc3M.rst [new file with mode: 0644]
Python/symtable.c