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 pitrou
Recipients benjamin.peterson, christian.heimes, gregory.p.smith, pitrou, serhiy.storchaka
Date 2012-10-28.18:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351449550.3456.1.camel@localhost.localdomain>
In-reply-to <1351448287.0.0.84805023433.issue16351@psf.upfronthosting.co.za>
Content
> Why dictionaries and not struct sequences?

Because it's much simpler like that.

> For avoid confusion with gc.DEBUG_STATS and to conform with callbacks
> argument name, may be better to name this function as
> gc.get_infos([generation])?

Well, this is really about statistics, not general information.
Furthermore, it is not related to the callbacks functionality.
As for the generation parameter, I don't think it's useful: the result
list is only 3 elements long.
History
Date User Action Args
2012-10-28 18:39:28pitrousetrecipients: + pitrou, gregory.p.smith, christian.heimes, benjamin.peterson, serhiy.storchaka
2012-10-28 18:39:28pitroulinkissue16351 messages
2012-10-28 18:39:28pitroucreate