We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d5375e + 7f4c9c7 commit 90296f0Copy full SHA for 90296f0
Objects/typeobject.c
@@ -11464,7 +11464,7 @@ fixup_slot_dispatchers(PyTypeObject *type)
11464
11465
PyObject *mro = Py_NewRef(lookup_tp_mro(type));
11466
11467
- // Try to prebuild MRO dict. We build it in bottom-top manner,
+ // Build MRO dict. We build it in bottom-top manner,
11468
// from bottom base to the top one, because the bottommost base
11469
// has more items then other and copying it is preferable than
11470
// merging.
0 commit comments