mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
Fix linting for Modules/gcmodule.c (#116691)
This commit is contained in:
parent
dcfb21d8b4
commit
acd7dc7ab0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue