]> granicus.if.org Git - python/commit
Implemented Martin's suggestion to clear the free lists during the garbage collection...
authorChristian Heimes <christian@cheimes.de>
Thu, 14 Feb 2008 12:47:33 +0000 (12:47 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 14 Feb 2008 12:47:33 +0000 (12:47 +0000)
commit3b718a79af900fdacaf0b825137f69eadc753765
tree71cbe9fcb7b94a2611e5f62cf329285270615e22
parent50361d4d9b3e8729aa535c3dfde3d9d2ad899d47
Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation.
15 files changed:
Doc/c-api/method.rst
Doc/c-api/tuple.rst
Doc/c-api/unicode.rst
Include/classobject.h
Include/frameobject.h
Include/methodobject.h
Include/tupleobject.h
Include/unicodeobject.h
Misc/NEWS
Modules/gcmodule.c
Objects/classobject.c
Objects/frameobject.c
Objects/methodobject.c
Objects/tupleobject.c
Objects/unicodeobject.c