summaryrefslogtreecommitdiffstats
path: root/Python/gc_gil.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/gc_gil.c')
-rw-r--r--Python/gc_gil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/gc_gil.c b/Python/gc_gil.c
index 04c1c18..4e2aa8f 100644
--- a/Python/gc_gil.c
+++ b/Python/gc_gil.c
@@ -11,8 +11,6 @@
void
_PyGC_ClearAllFreeLists(PyInterpreterState *interp)
{
- _PyDict_ClearFreeList(interp);
-
_Py_ClearFreeLists(&interp->freelist_state, 0);
}