]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105658: fix excess trace events for except block ending with a conditional...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 14 Sep 2023 22:41:03 +0000 (23:41 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 22:41:03 +0000 (00:41 +0200)
commit3eae45f94da5b9cdc5aa14844d48871ab85bd537
treeaa13d6906f0c7072dce7179b9f8421ff647e6719
parent5c7e8c3b72992bb668cafa101b71d8d14e395830
[3.12] gh-105658: fix excess trace events for except block ending with a conditional block (#109384) (#109411)

gh-105658: fix excess trace events for except block ending with a conditional block (#109384)

(cherry picked from commit 4a54074a0f5579d417445ec28427cd0ed5aa01f4)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2023-09-13-19-16-51.gh-issue-105658.z2nR2u.rst [new file with mode: 0644]
Python/compile.c