]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 13 Jan 2022 12:34:38 +0000 (12:34 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 12:34:38 +0000 (12:34 +0000)
commit9c2ebb906d1c68c3d571b100c92ceb08805b94cd
tree6952394ebf2354ea5fe8cfe5760158a332582f78
parent443b308fee088e21bbf472c376c5c9e3648f916c
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
Lib/test/test_dis.py
Lib/test/test_sys_settrace.py
Python/compile.c