]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() ...
authorAlex Malyshev <lex.malyshev@gmail.com>
Wed, 6 May 2026 15:01:12 +0000 (11:01 -0400)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 15:01:12 +0000 (15:01 +0000)
commit646853df13492e2260befd5a13dba29af3c6be46
treefc7781c012864023cef66d4be08a228e039de610
parent7b6c248d61808b787f09ed3d05e4c233a5841a74
gh-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() (#148145)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
12 files changed:
Doc/c-api/exceptions.rst
Doc/whatsnew/3.15.rst
Include/cpython/traceback.h
Include/internal/pycore_traceback.h
Misc/NEWS.d/next/C_API/2026-04-05-18-18-59.gh-issue-145559.qKJH9S.rst [new file with mode: 0644]
Modules/faulthandler.c
Platforms/emscripten/node_entry.mjs
Platforms/emscripten/web_example_pyrepl_jspi/src.mjs
Python/pylifecycle.c
Python/traceback.c
configure
configure.ac