Skip to content

Commit 7f4c9c7

Browse files
Update comment about building MRO dict
Co-authored-by: Victor Stinner <[email protected]>
1 parent 0d17713 commit 7f4c9c7

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
@@ -11351,7 +11351,7 @@ fixup_slot_dispatchers(PyTypeObject *type)
1135111351

1135211352
PyObject *mro = Py_NewRef(lookup_tp_mro(type));
1135311353

11354-
// Try to prebuild MRO dict. We build it in bottom-top manner,
11354+
// Build MRO dict. We build it in bottom-top manner,
1135511355
// from bottom base to the top one, because the bottommost base
1135611356
// has more items then other and copying it is preferable than
1135711357
// merging.

0 commit comments

Comments
 (0)