]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151436: Fix missing `tstate->last_profiled_frame` updates (GH-151437) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jun 2026 08:24:53 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 08:24:53 +0000 (10:24 +0200)
commit3135ab811dbe8f72a81aba370b7eb7f08e9913b1
tree321a366c7122e2df8ebe1d0078ae2528c5f07893
parent7a5f5f5b6e126ed9f6daa17b9acb82145e92c6f5
[3.15] gh-151436: Fix missing `tstate->last_profiled_frame` updates (GH-151437) (#151612)

gh-151436: Fix missing `tstate->last_profiled_frame` updates (GH-151437)
(cherry picked from commit a8d74c062fe3c5cb2962dde8bee83704fcfa1bc9)

Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Include/internal/pycore_interpframe.h
Misc/NEWS.d/next/Library/2026-06-13-11-57-48.gh-issue-151436.UEDowO.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_cases.c.h
Objects/genobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h