]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45709: Fix tracing when exception is handled. (GH-29638)
authorMark Shannon <mark@hotpy.org>
Fri, 19 Nov 2021 15:16:49 +0000 (15:16 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 15:16:49 +0000 (15:16 +0000)
commit337cb480e9dc1d27594ebd87a0045d00ec8b1c3a
tree6cf0a9ea5560ef9ab89287f2a61cdeb8589cd987
parent29e5874d5a9205c488f783356d0cf3f115399327
bpo-45709: Fix tracing when exception is handled. (GH-29638)
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2021-11-19-13-17-47.bpo-45709.H_t7ut.rst [new file with mode: 0644]
Python/ceval.c