]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-101517: fix line number propagation in code generated for except* (#103550...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 25 Apr 2023 17:08:54 +0000 (11:08 -0600)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 17:08:54 +0000 (18:08 +0100)
commit93a9535d54d6f645ad2bfadf30f723c781e0fdd0
tree02b234c5c53ca2732216121611e1dac29c1da2c3
parent026c3e9cc466a4b7157fc337bf6800a4d144c3ac
[3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816)

Manual backport of https://github.com/python/cpython/pull/103550.

<!-- gh-issue-number: gh-101517 -->
* Issue: gh-101517
<!-- /gh-issue-number -->

---------

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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