]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-93516: Backport GH-93769 (GH-94231)
authorMark Shannon <mark@hotpy.org>
Tue, 28 Jun 2022 15:30:22 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 15:30:22 +0000 (16:30 +0100)
commit3b4f5ed1689e37ddeb2de4d817ed26a7477b442e
tree444778b2efe50d95e29a8f257d0b9a7a71698ee9
parent50a2e36ce9097b0f376780e2f996c30936095eec
[3.11] GH-93516: Backport GH-93769 (GH-94231)

* Store offset of first traceable instruction to avoid having to recompute it all the time when tracing.
Doc/data/python3.11.abi
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