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 cd45269 commit 27fb67cCopy full SHA for 27fb67c
Python/gc.c
@@ -1073,6 +1073,7 @@ handle_legacy_finalizers(PyThreadState *tstate,
1073
/* Run first-time finalizers (if any) on all the objects in collectable.
1074
* Note that this may remove some (or even all) of the objects from the
1075
* list, due to refcounts falling to 0.
1076
+ * Return 1 if any finalizers were run.
1077
*/
1078
static int
1079
finalize_garbage(PyThreadState *tstate, PyGC_Head *collectable)
0 commit comments