]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143421: Lazily allocate tracer code and opt buffers (GH-143597)
authorKen Jin <kenjin@python.org>
Fri, 9 Jan 2026 16:56:19 +0000 (00:56 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 16:56:19 +0000 (16:56 +0000)
commitb852236b26e0464c8c4ba3189846b128c9a5cdf6
tree0b4a749fe320638eeec94de30b33c24987023eb9
parent61e036691c8ac70facb8d3fc39c670bde56218e8
gh-143421: Lazily allocate tracer code and opt buffers (GH-143597)
Include/internal/pycore_optimizer_types.h
Include/internal/pycore_tstate.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/pystate.c