]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125434: Display thread name in faulthandler on Windows (#140675)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Oct 2025 17:41:18 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 17:41:18 +0000 (18:41 +0100)
commit313145eab5f6ebca21d2e3c80c130980d3bcdc88
tree8a52e0d30852bdb5f72541cb8961e1e796597ef8
parent1753ccb43223b0a1054aaca31353e3778d2b12a1
gh-125434: Display thread name in faulthandler on Windows (#140675)
Include/internal/pycore_traceback.h
Misc/NEWS.d/next/Library/2025-10-27-16-01-41.gh-issue-125434.qy0uRA.rst [new file with mode: 0644]
Python/pylifecycle.c
Python/traceback.c