]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious...
authorMark Shannon <mark@hotpy.org>
Mon, 14 Dec 2020 11:28:39 +0000 (11:28 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 11:28:39 +0000 (11:28 +0000)
commitf5e97b72fecff9b9ced35704ec5e6cad29e2825d
tree34916b20fc3c72265458d8dac99f2f288c24e545
parent56aa20f9eb913c746b7d54b90be328c922639338
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761)
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h