]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)
authorMark Shannon <mark@hotpy.org>
Wed, 22 Jun 2022 15:32:02 +0000 (16:32 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 15:32:02 +0000 (16:32 +0100)
commit3ece6e6feb44b334cd759ead970e877bbd126892
tree96846029de1a3123d7fd01f67df0e5597171955a
parent8c2af4907133d4a235cce73231fab723653d6429
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/data/python3.11.abi
Include/cpython/code.h
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2022-06-13-10-48-09.gh-issue-93516.yJSait.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Tools/scripts/deepfreeze.py