Thanks to visit codestin.com Credit goes to github.com
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.
Objects/typeobject.c
1 parent 1558d99 commit 92c84efCopy full SHA for 92c84ef
Objects/typeobject.c
@@ -5671,7 +5671,7 @@ type_clear(PyObject *self)
5671
the dict, so that other objects caught in a reference cycle
5672
don't start calling destroyed methods.
5673
5674
- Otherwise, the we need to clear tp_mro, which is
+ Otherwise, we need to clear tp_mro, which is
5675
part of a hard cycle (its first element is the class itself) that
5676
won't be broken otherwise (it's a tuple and tuples don't have a
5677
tp_clear handler).
0 commit comments