]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127604: Add C stack dumps to `faulthandler` (#128159)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 21 Apr 2025 19:48:02 +0000 (15:48 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 19:48:02 +0000 (20:48 +0100)
commit8dfa840773d1d6bae1bf6e0dfa07618ea10c9d71
tree2fd17e8c78b9f50302f335f6e848855cf236d0a7
parentea8ec95cfadbf58a11ef8e41341254d982a1a479
gh-127604: Add C stack dumps to `faulthandler` (#128159)
13 files changed:
Doc/library/faulthandler.rst
Doc/whatsnew/3.14.rst
Include/internal/pycore_faulthandler.h
Include/internal/pycore_traceback.h
Lib/test/test_faulthandler.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-12-21-13-31-55.gh-issue-127604.etL5mf.rst [new file with mode: 0644]
Modules/faulthandler.c
Python/traceback.c
Tools/c-analyzer/cpython/ignored.tsv
configure
configure.ac
pyconfig.h.in