]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2026 07:18:58 +0000 (09:18 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 07:18:58 +0000 (12:48 +0530)
commit22c994cc928a18fd3d92b8901417e84ebcd9a5e8
treec6507b4529ee328d256151d4a9eb49708aac404e
parent6b17d1a783d3c0a9c8a35a94e24a2987807728ef
[3.15] gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` (GH-149633) (#150245)

gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` (GH-149633)
(cherry picked from commit 441af3a93426c5e7e3c056fee27e6f4505988584)

Co-authored-by: Hai Zhu <haiizhu@outlook.com>
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop.h
Lib/test/test_capi/test_opt.py
Python/pystate.c