Skip to content

Commit 130da64

Browse files
authored
Update Modules/faulthandler.c
1 parent a0b2967 commit 130da64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/faulthandler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,6 @@ static PyObject*
11611161
faulthandler_sigfpe(PyObject *self, PyObject *Py_UNUSED(dummy))
11621162
{
11631163
faulthandler_suppress_crash_report();
1164-
/* raise SIGFPE manually to prevent crafted undefined behaviors */
11651164
raise(SIGFPE);
11661165
Py_UNREACHABLE();
11671166
}

0 commit comments

Comments
 (0)