We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4a063 commit 92a4fb4Copy full SHA for 92a4fb4
Objects/exceptions.c
@@ -3932,4 +3932,4 @@ _PyException_AddNote(PyObject *exc, PyObject *note)
3932
int res = r == NULL ? -1 : 0;
3933
Py_XDECREF(r);
3934
return res;
3935
-}
+}
0 commit comments