]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
authorKen Jin <kenjin@python.org>
Fri, 27 Mar 2026 19:38:54 +0000 (03:38 +0800)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 19:38:54 +0000 (03:38 +0800)
commit1384f025f5e8ad943c1ac699fd60877b046c0183
tree16844ed4415683f862cceeb658ec12211116d5b5
parentb60b9261b5de1e77755cbbeaa7c431e6c475de6e
gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Python/ceval.c
Python/pystate.c
Tools/jit/_optimizers.py
Tools/jit/_targets.py