]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)
authorDiego Russo <diego.russo@arm.com>
Tue, 5 May 2026 08:29:07 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Tue, 5 May 2026 08:29:07 +0000 (09:29 +0100)
commit1e5d94274d5f49c5a1fb1bbabbe07e92edeb0028
tree76b6049cf4765bba9d706ce6c75a03563820dbd9
parentddfdf9b8df2f24481ceffc3a3fd04baf56f65f55
GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)

Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
18 files changed:
Include/internal/pycore_jit_publish.h [new file with mode: 0644]
Include/internal/pycore_jit_unwind.h
Include/internal/pycore_optimizer.h
Lib/test/test_frame_pointer_unwind.py
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2026-05-02-18-02-41.gh-issue-126910.nqDVrp.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/jit.c
Python/jit_publish.c [new file with mode: 0644]
Python/jit_unwind.c
Python/optimizer.c
configure
configure.ac
pyconfig.h.in