Skip to content
Merged
Prev Previous commit
Next Next commit
Remove accidentally added linebrak
  • Loading branch information
pgdr committed Oct 20, 2025
commit d6a6054e5a6e28a9a4cb5d86ff0ede687e84ec79
1 change: 0 additions & 1 deletion Python/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,6 @@ gc_collect_region(PyThreadState *tstate,
/* Collect statistics on uncollectable objects found and print
* debugging information. */
Py_ssize_t n = 0;

for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
n++;
if (gcstate->debug & _PyGC_DEBUG_UNCOLLECTABLE)
Expand Down
Loading