]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno in...
authorMark Shannon <mark@hotpy.org>
Mon, 18 Jul 2022 15:06:42 +0000 (16:06 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 15:06:42 +0000 (16:06 +0100)
commit2f8bff6879c5d76d143068e8bc867196a7d28afc
treed6d031a15146ed75eb67e735979a80a9715f635a
parent631160c262b40bf4ce3da6cd7bbb972ae2e9fc91
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno in the debugger. (GH-94958)
Include/internal/pycore_code.h
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-07-18-14-19-21.gh-issue-94739.NQJQi7.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c