]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141504: Factor out tracing and optimization heuristics into a single object (gh...
authorDonghee Na <donghee.na@python.org>
Sat, 3 Jan 2026 15:22:14 +0000 (00:22 +0900)
committerGitHub <noreply@github.com>
Sat, 3 Jan 2026 15:22:14 +0000 (15:22 +0000)
commit12283f6373baba43cf1e03e5e06e34c924247f7d
tree065734207c0ad6c2f73364bbeecba74b6de26eb9
parent3c56f9e2ccefa4eb420902339845f22659d47f3b
gh-141504: Factor out tracing and optimization heuristics into a single object (gh-143381)
Include/internal/pycore_backoff.h
Include/internal/pycore_tstate.h
Misc/NEWS.d/next/Core_and_Builtins/2026-01-03-15-44-51.gh-issue-141504.sbnJlM.rst [new file with mode: 0644]
Python/ceval.c
Python/optimizer.c
Python/pystate.c
Python/specialize.c