]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
authorMark Shannon <mark@hotpy.org>
Mon, 4 Jan 2021 18:06:55 +0000 (18:06 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 18:06:55 +0000 (18:06 +0000)
commit127dde591686816e379d1add015304e6b9fb6954
treeda5cd0463d04c3cb69c00e709b45144dd03621c0
parentde833b601319da15d90c8f3cd3c44d239d6d5924
bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)

* Mark jumps at end of if and try statements as artificial.

* Update importlib

* Add comment explaining the purpose of ADDOP_JUMP_NOLINE.
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h