[issue13389] Clear lists and dicts freelist in gc.collect()

2011-11-14 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue13389] Clear lists and dicts freelist in gc.collect()

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 910986542a75 by Antoine Pitrou in branch 'default': Issue #13389: Full garbage collection passes now clear the freelists for http://hg.python.org/cpython/rev/910986542a75 -- nosy: +python-dev ___ Python

[issue13389] Clear lists and dicts freelist in gc.collect()

2011-11-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file23672/listdictfreelist.patch ___ Python tracker ___ ___ Python-bugs-list

[issue13389] Clear lists and dicts freelist in gc.collect()

2011-11-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: Clear lists freelist in gc.collect() -> Clear lists and dicts freelist in gc.collect() ___ Python tracker ___ _