]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141504: Refactor policy object into a single opt_config (gh-143644)
authorDonghee Na <donghee.na@python.org>
Thu, 15 Jan 2026 00:53:00 +0000 (09:53 +0900)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 00:53:00 +0000 (09:53 +0900)
commit794f758cd862fbe1872545d73ddc3fc7067272fb
tree2a2320f600571e0e4fae555e05ae2ca39b8309ff
parenta73ba4d46e4106aed29dd73a7698abd01ff94b07
gh-141504: Refactor policy object into a single opt_config (gh-143644)
Include/internal/pycore_backoff.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_tstate.h
Lib/test/test_capi/test_opt.py
Objects/codeobject.c
Python/optimizer.c
Python/pystate.c
Python/specialize.c