New submission from Andrew I MacIntyre <[EMAIL PROTECTED]>: The attached patch adds free list clearing routines for the list, dict & set objects. These objects are the only ones with free lists that don't already have some form of free list management API. This patch complements the patch in issue 2862.
---------- assignee: christian.heimes components: Interpreter Core files: list_dict_set_clearfreelist.patch keywords: patch, patch messages: 67636 nosy: aimacintyre, christian.heimes priority: high severity: normal status: open title: free list management - list, dict, set type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file10503/list_dict_set_clearfreelist.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3029> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com