]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation functio...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 7 Sep 2023 17:23:11 +0000 (18:23 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 17:23:11 +0000 (18:23 +0100)
commit96396962ce7a83c09bac5061121c779ca6b25ef5
treebc1d4bbd691a159bf5255a886e4dacbba8821c14
parent403ab1306a6e9860197bce57eadcb83418966f21
gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation functions (#109076)
Lib/test/test_sys_settrace.py
Python/instrumentation.c