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

Antoine Pitrou report at bugs.python.org
Sun Nov 13 00:17:14 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

Complete gc collections currently clear all freelists, except for the freelist of list objects. Attached patch fixes the omission.

----------
components: Interpreter Core
files: listfreelist.patch
keywords: patch
messages: 147530
nosy: pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Clear lists freelist in gc.collect()
type: resource usage
versions: Python 3.3
Added file: http://bugs.python.org/file23670/listfreelist.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13389>
_______________________________________


More information about the Python-bugs-list mailing list