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.
1 parent 993fe3f commit 1377522Copy full SHA for 1377522
1 file changed
Doc/extending/newtypes.rst
@@ -1459,9 +1459,8 @@ The type constructor is responsible for initializing the weak reference list to
1459
}
1460
1461
The only further addition is that the destructor needs to call the weak
1462
-reference manager to clear any weak references. This should be done before any
1463
-other parts of the destruction have occurred, but is only required if the weak
1464
-reference list is non-*NULL*::
+reference manager to clear any weak references. This is only required if the
+weak reference list is non-*NULL*::
1465
1466
static void
1467
instance_dealloc(PyInstanceObject *inst)
0 commit comments