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 christian.heimes
Recipients christian.heimes, nnorwitz
Date 2008-01-28.03:34:27
SpamBayes Score 0.12709399
Marked as misclassified No
Message-id <1201491269.72.0.799398122167.issue1953@psf.upfronthosting.co.za>
In-reply-to
Content
The patch implements gc.compact_freelists() which calls PyInt and
PyFloat_CompactFreeList(). I've moved the code from the _Fini methods to
the _CompactFreeList() methods.

The patch also moves the clear type cache function to gc.clear_type_cache().
History
Date User Action Args
2008-01-28 03:34:29christian.heimessetspambayes_score: 0.127094 -> 0.12709399
recipients: + christian.heimes, nnorwitz
2008-01-28 03:34:29christian.heimessetspambayes_score: 0.127094 -> 0.127094
messageid: <1201491269.72.0.799398122167.issue1953@psf.upfronthosting.co.za>
2008-01-28 03:34:28christian.heimeslinkissue1953 messages
2008-01-28 03:34:27christian.heimescreate