]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code...
authorMark Shannon <mark@hotpy.org>
Mon, 7 Apr 2025 18:15:02 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 18:15:02 +0000 (20:15 +0200)
commit3f3863281bb3cd40efc2f1c4bed901457b8cd170
treeb866be1366c73792f5a8901e096a637a738dc093
parent1fcf409acef8a7a039353cf11a0bbb24ca6722f8
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127)

GH-127953: Make line number lookup O(1) regardless of the size of the code object (GH-128350)
Include/cpython/code.h
Misc/NEWS.d/next/Core_and_Builtins/2024-12-30-15-49-31.gh-issue-127953.B4_6L9.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Python/instrumentation.c