Fix linting for Modules/gcmodule.c (#116691)

This commit is contained in:
Pablo Galindo Salgado 2024-03-13 00:00:14 +00:00 committed by GitHub
parent dcfb21d8b4
commit acd7dc7ab0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2290,7 +2290,7 @@ _Py_RunGC(PyThreadState *tstate)
GCState *gcstate = &tstate->interp->gc;
if (!gcstate->enabled) {
return;
}
}
gcstate->collecting = 1;
gc_collect_generations(tstate);
gcstate->collecting = 0;