gh-128400: Stop-the-world when manually calling `faulthandler` (GH-12… · python/cpython@c9356fe · GitHub
Skip to content

Commit c9356fe

Browse files
gh-128400: Stop-the-world when manually calling faulthandler (GH-128422)
1 parent a626f9a commit c9356fe

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

Lib/test/test_faulthandler.py

Lines changed: 29 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix crash when using :func:`faulthandler.dump_traceback` while other threads
2+
are active on the :term:`free threaded <free threading>` build.

Modules/faulthandler.c

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)