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 barry
Recipients
Date 2006-03-06.04:09:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds gc.get_count() as a companion to
gc.get_threshold().  It also adds an optional argument
to  gc.collect() to allow you to specify the generation
to collect.

This patch also fixes a couple of gcc warnings.
History
Date User Action Args
2007-08-23 15:46:25adminlinkissue1443865 messages
2007-08-23 15:46:25admincreate