]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
authorNadeshiko Manju <me@manjusaka.me>
Sat, 10 Jan 2026 11:15:48 +0000 (19:15 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 11:15:48 +0000 (11:15 +0000)
commite2f0160026db71d23137f84bf3f5c43f983f978d
tree9d845da365e0ac8cced94a490ac8bf6914dcc666
parente7f5ffa0de2476828d78b8d39caefc38d797c206
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Include/internal/pycore_optimizer.h
Include/internal/pycore_tstate.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-10-17-13-04.gh-issue-143604.BygbVT.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c