]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126910: add test for manual frame unwinding (#144137)
authorDiego Russo <diego.russo@arm.com>
Tue, 27 Jan 2026 13:17:40 +0000 (13:17 +0000)
committerGitHub <noreply@github.com>
Tue, 27 Jan 2026 13:17:40 +0000 (13:17 +0000)
commit66055d06503398e0a90515ebe2c120de93ad830d
treeb7d0e4d04da7b42cb0146005772844d6e59340ac
parent197e4c06289e282857fc953cc1a27c209e3c03a7
GH-126910: add test for manual frame unwinding (#144137)
Include/internal/pycore_jit.h
Lib/test/test_frame_pointer_unwind.py [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/jit.c