Skip to content
Merged
Prev Previous commit
Next Next commit
Change the message.
  • Loading branch information
ZeroIntensity committed Jan 2, 2025
commit 8d35bb63a83d136009ba2fb33fc1d1639c05826f
2 changes: 1 addition & 1 deletion Modules/faulthandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ faulthandler_dump_traceback(int fd, int all_threads,
else {
if (all_threads == FT_IGNORE_ALL_THREADS)
{
PUTS(fd, "<Only the current thread is shown while the GIL is disabled>\n");
PUTS(fd, "<Cannot show all threads while the GIL is disabled>\n");
}
if (tstate != NULL)
_Py_DumpTraceback(fd, tstate);
Expand Down