]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 7 Dec 2021 10:50:37 +0000 (10:50 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 10:50:37 +0000 (10:50 +0000)
commita310fd83a014484b8c680de83540c4908b344c6c
tree2b897438d7916ab969bb8ee48a55af414354fef0
parent8db06528cacc94e67eb1fb2e4c2acc061a515671
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
Lib/test/test_sys_settrace.py
Lib/test/test_trace.py