Skip to content

Commit a5498aa

Browse files
add back comment
1 parent 3108bbe commit a5498aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/object.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,7 @@ _PyObject_GetMethodStackRef(PyThreadState *ts, PyObject *obj,
17761776
Py_DECREF(dict);
17771777
return 0;
17781778
}
1779+
// not found
17791780
Py_DECREF(dict);
17801781
}
17811782

0 commit comments

Comments
 (0)