summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPeter Bierma <zintensitydev@gmail.com>2025-01-02 18:56:01 (GMT)
committerGitHub <noreply@github.com>2025-01-02 18:56:01 (GMT)
commitc9356feef28e6dfc4dc32830d3427a5ae0e426e2 (patch)
tree9e5a2de47a4f7dc03bde2e1300f7ed17ef1c3cba /Misc
parenta626f9a67b76e5fe69677afd5f8317d8c61de8de (diff)
downloadcpython-c9356feef28e6dfc4dc32830d3427a5ae0e426e2.zip
cpython-c9356feef28e6dfc4dc32830d3427a5ae0e426e2.tar.gz
cpython-c9356feef28e6dfc4dc32830d3427a5ae0e426e2.tar.bz2
gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2025-01-02-13-05-16.gh-issue-128400.5N43fF.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2025-01-02-13-05-16.gh-issue-128400.5N43fF.rst b/Misc/NEWS.d/next/Library/2025-01-02-13-05-16.gh-issue-128400.5N43fF.rst
new file mode 100644
index 0000000..4033dea
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2025-01-02-13-05-16.gh-issue-128400.5N43fF.rst
@@ -0,0 +1,2 @@
+Fix crash when using :func:`faulthandler.dump_traceback` while other threads
+are active on the :term:`free threaded <free threading>` build.