Skip to content

Commit 4bf2a1e

Browse files
picnixzvstinner
andauthored
Update Modules/faulthandler.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 25c2a3f commit 4bf2a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/faulthandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ faulthandler_fatal_error_c_thread(PyObject *self, PyObject *args)
11071107
Py_RETURN_NONE;
11081108
}
11091109

1110-
static PyObject * _Py_NO_SANITIZE_UNDEFINED
1110+
static PyObject* _Py_NO_SANITIZE_UNDEFINED
11111111
faulthandler_sigfpe(PyObject *self, PyObject *Py_UNUSED(dummy))
11121112
{
11131113
faulthandler_suppress_crash_report();

0 commit comments

Comments
 (0)