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 serhiy.storchaka
Recipients josh.r, larry, martin.panter, mdk, nadeem.vawda, python-dev, serhiy.storchaka, vajrasky, zach.ware
Date 2017-02-02.19:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486065061.33.0.622118410288.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for the gc module is synchronized with current sources and addresses Martin's comments.

The only problem with this patch is that it exposes the default value for gc.collect() argument as constant 2 in Python instead of actual NUM_GENERATIONS-1. The latter value can't be exposed in Python.

On other side it is 2 in the documentation, and it is not so easy to change the value of NUM_GENERATIONS.
History
Date User Action Args
2017-02-02 19:51:02serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, python-dev, martin.panter, zach.ware, vajrasky, josh.r, mdk
2017-02-02 19:51:01serhiy.storchakasetmessageid: <1486065061.33.0.622118410288.issue20185@psf.upfronthosting.co.za>
2017-02-02 19:51:01serhiy.storchakalinkissue20185 messages
2017-02-02 19:51:01serhiy.storchakacreate