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 dba200e commit 1e2d439Copy full SHA for 1e2d439
1 file changed
Python/gc.c
@@ -1991,8 +1991,6 @@ PyUnstable_GC_VisitObjects(gcvisitobjects_t callback, void *arg)
1991
int origenstate = gcstate->enabled;
1992
gcstate->enabled = 0;
1993
for (i = 0; i < NUM_GENERATIONS; i++) {
1994
- PyGC_Head *gc_list, *gc;
1995
- gc_list = GEN_HEAD(gcstate, i);
1996
if (visit_generation(callback, arg, &gcstate->generations[i])) {
1997
goto done;
1998
}
0 commit comments