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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/gc_gil.c b/Python/gc_gil.c
index edf8417..04c1c18 100644
--- a/Python/gc_gil.c
+++ b/Python/gc_gil.c
@@ -12,7 +12,6 @@ void
_PyGC_ClearAllFreeLists(PyInterpreterState *interp)
{
_PyDict_ClearFreeList(interp);
- _PyAsyncGen_ClearFreeLists(interp);
_Py_ClearFreeLists(&interp->freelist_state, 0);
}