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 da96551 commit d6a6054Copy full SHA for d6a6054
Python/gc.c
@@ -1817,7 +1817,6 @@ gc_collect_region(PyThreadState *tstate,
1817
/* Collect statistics on uncollectable objects found and print
1818
* debugging information. */
1819
Py_ssize_t n = 0;
1820
-
1821
for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
1822
n++;
1823
if (gcstate->debug & _PyGC_DEBUG_UNCOLLECTABLE)
0 commit comments