Skip to content
Merged
Prev Previous commit
Next Next commit
add missing 'static'
  • Loading branch information
iritkatriel committed Mar 14, 2023
commit 827a48c9fcc58eb694ebc3f187c222aa73e2651c
2 changes: 1 addition & 1 deletion Python/errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _PyErr_GetTopmostException(PyThreadState *tstate)
return exc_info;
}

PyObject *
static PyObject *
get_normalization_failure_note(PyThreadState *tstate, PyObject *exception, PyObject *value)
{
PyObject *args = PyObject_Repr(value);
Expand Down