]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
authorMark Shannon <mark@hotpy.org>
Wed, 12 May 2021 10:25:44 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 10:25:44 +0000 (11:25 +0100)
commitcb6f3d7163c611a7772da8969475e47fbdd147af
tree85d0ea5fd1157be58589158d1aaf3a6ff32b3ea0
parent6574334a68aa324394a6fd1f855ecbad20432b1e
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h