]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105658: fix excess trace events for except block ending with a conditional block...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 14 Sep 2023 16:06:08 +0000 (17:06 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 16:06:08 +0000 (17:06 +0100)
commit4a54074a0f5579d417445ec28427cd0ed5aa01f4
tree0422f3315f4acf1ad98152cd936b72df43e43b92
parent1ce9ea0453f7dc69dd41684f3bc9310259513de8
gh-105658: fix excess trace events for except block ending with a conditional block (#109384)
Lib/test/test_dis.py
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