Issue #6695: Full garbage collection runs now clear the freelist of set objects.

Initial patch by Matthias Troffaes.
This commit is contained in:
Antoine Pitrou 2011-12-16 11:24:27 +01:00
parent c144a93e98
commit 093ce9cd8c
5 changed files with 23 additions and 2 deletions

View file

@ -764,6 +764,7 @@ clear_freelists(void)
(void)PyFloat_ClearFreeList();
(void)PyList_ClearFreeList();
(void)PyDict_ClearFreeList();
(void)PySet_ClearFreeList();
}
static double