Skip to content

Commit 3bd205f

Browse files
committed
revert unrelated changes
1 parent c6040c6 commit 3bd205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5978,7 +5978,7 @@ PyObject_GetItemData(PyObject *obj)
59785978
}
59795979

59805980
/* Internal API to look for a name through the MRO, bypassing the method cache.
5981-
This returns a new reference, and might set an exception.
5981+
This returns a borrowed reference, and might set an exception.
59825982
'error' is set to: -1: error with exception; 1: error without exception; 0: ok */
59835983
static PyObject *
59845984
find_name_in_mro(PyTypeObject *type, PyObject *name, int *error)

0 commit comments

Comments
 (0)