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 18b231f commit 5b8c03fCopy full SHA for 5b8c03f
1 file changed
Python/gc.c
@@ -1876,7 +1876,7 @@ _PyGC_Fini(PyInterpreterState *interp)
1876
GCState *gcstate = &interp->gc;
1877
Py_CLEAR(gcstate->garbage);
1878
Py_CLEAR(gcstate->callbacks);
1879
- PyMem_Free(gcstate->generation_stats);
+ PyMem_RawFree(gcstate->generation_stats);
1880
gcstate->generation_stats = NULL;
1881
1882
/* Prevent a subtle bug that affects sub-interpreters that use basic
0 commit comments