]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
authorMark Shannon <mark@hotpy.org>
Tue, 14 Jun 2022 10:09:30 +0000 (11:09 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 10:09:30 +0000 (11:09 +0100)
commit3cd1a5d3ec487e23e3d976e7dd235329f04cfc73
tree53e270197be3ceec9e38277ec30a0338631a6727
parent2bf74753c14e5360e04930b478703f4e2618f4a3
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Include/cpython/code.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-06-13-13-55-34.gh-issue-93516.HILrDl.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Tools/scripts/deepfreeze.py