Index: Modules/gcmodule.c =================================================================== --- Modules/gcmodule.c (revision 74415) +++ Modules/gcmodule.c (working copy) @@ -762,6 +762,9 @@ (void)PyTuple_ClearFreeList(); (void)PyUnicode_ClearFreeList(); (void)PyFloat_ClearFreeList(); + (void)PyDict_ClearFreeList(); + (void)PyList_ClearFreeList(); + (void)PySet_ClearFreeList(); } static double