]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` ...
authorHai Zhu <haiizhu@outlook.com>
Thu, 21 May 2026 14:57:31 +0000 (22:57 +0800)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 14:57:31 +0000 (15:57 +0100)
commit441af3a93426c5e7e3c056fee27e6f4505988584
tree653b55477c3bcc6c79b4937b329cb44f79e4eacf
parentf2fa291db832142484ba536e73df5ac16b1f66fa
gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` (GH-149633)
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop.h
Lib/test/test_capi/test_opt.py
Python/pystate.c