]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't generate spurious line number in try-except-finally. (#23760)
authorMark Shannon <mark@hotpy.org>
Mon, 14 Dec 2020 10:19:10 +0000 (10:19 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 10:19:10 +0000 (10:19 +0000)
commit56aa20f9eb913c746b7d54b90be328c922639338
treeed3564b0264bc9136174a9d44b6625d4b41847fa
parent674fa0a740151e0416c9383f127b16014e805990
Don't generate spurious line number in try-except-finally. (#23760)
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_zipimport.h