]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145197: Fix JIT trace crash when recording function from cleared generator frame...
authorHai Zhu <haiizhu@outlook.com>
Wed, 25 Feb 2026 16:52:53 +0000 (00:52 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Feb 2026 16:52:53 +0000 (16:52 +0000)
commit277a03711b1d712c1a4881f07705498c07ebf957
treea101528bad393440e1c52a0d05ee4e0e55410fdd
parent56b7dc4e9b5d20132be1e571e20efd8d1c9b8047
gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-25-15-02-08.gh-issue-145197.G6hAUk.rst [new file with mode: 0644]
Python/bytecodes.c
Python/record_functions.c.h