]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127953: Make line number lookup O(1) regardless of the size of the code object...
authorMark Shannon <mark@hotpy.org>
Tue, 21 Jan 2025 09:33:23 +0000 (09:33 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 09:33:23 +0000 (09:33 +0000)
commit7239da75592081b6e8d0917a2cd2bf19907c8165
treef7736a473d3889513a4b0a31ad543d177808de40
parentf7cc7d296c2cbb33d3f0bde4ace82e8569f7dbc3
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/bytecodes.c
Python/generated_cases.c.h
Python/instrumentation.c