]> granicus.if.org Git - python/commit
Issue #13389: Full garbage collection passes now clear the freelists for
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 14 Nov 2011 23:00:12 +0000 (00:00 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 14 Nov 2011 23:00:12 +0000 (00:00 +0100)
commit9a812cbc899caeb25ab523e904dfac02e4da2999
treed54805ed801f969bd6bbfc08640c9dfba076b90c
parentd8b9ae6e8f6d9a562ccdf4700d24c0155979fb4f
Issue #13389: Full garbage collection passes now clear the freelists for
list and dict objects.  They already cleared other freelists in the
interpreter.
Doc/c-api/dict.rst
Doc/c-api/list.rst
Include/dictobject.h
Include/listobject.h
Misc/NEWS
Modules/gcmodule.c
Objects/dictobject.c
Objects/listobject.c