Skip to content

Commit c6040c6

Browse files
committed
Merge branch 'structseq_tracking' of github.com:eendebakpt/cpython into structseq_tracking
2 parents 0b54103 + 0d3d149 commit c6040c6

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 borrowed reference, and might set an exception.
5981+
This returns a new 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)