Skip to content

Commit 92a4fb4

Browse files
committed
Minimize the changes
1 parent 5f4a063 commit 92a4fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3932,4 +3932,4 @@ _PyException_AddNote(PyObject *exc, PyObject *note)
39323932
int res = r == NULL ? -1 : 0;
39333933
Py_XDECREF(r);
39343934
return res;
3935-
}
3935+
}

0 commit comments

Comments
 (0)