]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101517: fix line number propagation in code generated for except* (#103550)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 24 Apr 2023 20:58:51 +0000 (14:58 -0600)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 20:58:51 +0000 (21:58 +0100)
commit1c01f8d79760ca74f6d35b839d23ac408b3bb44e
tree063a9d5c424f015f313de485ece95b4a441d9b01
parent518050ced18422fd00fadc1a81b0d942b98e2e5b
gh-101517: fix line number propagation in code generated for except* (#103550)
Lib/bdb.py
Lib/test/test_bdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Core and Builtins/2023-04-14-22-35-23.gh-issue-101517.5EqM-S.rst [new file with mode: 0644]
Python/compile.c