This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aimacintyre
Recipients aimacintyre, christian.heimes
Date 2008-06-02.14:12:42
SpamBayes Score 0.046660177
Marked as misclassified No
Message-id <1212415979.8.0.492351620272.issue3029@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-02 14:13:00aimacintyresetspambayes_score: 0.0466602 -> 0.046660177
recipients: + aimacintyre, christian.heimes
2008-06-02 14:12:59aimacintyresetspambayes_score: 0.0466602 -> 0.0466602
messageid: <1212415979.8.0.492351620272.issue3029@psf.upfronthosting.co.za>
2008-06-02 14:12:55aimacintyrelinkissue3029 messages
2008-06-02 14:12:55aimacintyrecreate