https://github.com/python/cpython/commit/acd7dc7ab06c5ee89155f10bf184af4839884fb6
commit: acd7dc7ab06c5ee89155f10bf184af4839884fb6
branch: 3.12
author: Pablo Galindo Salgado <[email protected]>
committer: pablogsal <[email protected]>
date: 2024-03-13T00:00:14Z
summary:
Fix linting for Modules/gcmodule.c (#116691)
files:
M Modules/gcmodule.c
diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c
index c9b5aab8598f17..f8c774cbb75e56 100644
--- a/Modules/gcmodule.c
+++ b/Modules/gcmodule.c
@@ -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;
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]