New submission from Antoine Pitrou <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue13389> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
