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 martin.panter
Recipients benjamin.peterson, fijall, martin.panter, serhiy.storchaka
Date 2015-09-15.23:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442361194.82.0.540237673627.issue25130@psf.upfronthosting.co.za>
In-reply-to
Content
Left some comments. There are a few test cases that I suspect are relying on side effects of garbage collection to perform some other test, and it would be better to rework the test. In the other cases, I agree that actual garbage collection behaviour is being tested, and it makes sense to call gc_collect() or similar.
History
Date User Action Args
2015-09-15 23:53:14martin.pantersetrecipients: + martin.panter, benjamin.peterson, fijall, serhiy.storchaka
2015-09-15 23:53:14martin.pantersetmessageid: <1442361194.82.0.540237673627.issue25130@psf.upfronthosting.co.za>
2015-09-15 23:53:14martin.panterlinkissue25130 messages
2015-09-15 23:53:14martin.pantercreate