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 erlendaasland
Recipients berker.peksag, erlendaasland, rhettinger, serhiy.storchaka
Date 2021-01-21.20:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611260093.64.0.00709663968961.issue42862@roundup.psfhosted.org>
In-reply-to
Content
> Or is it ok to call gc.collect() in the test suite?

Seems like it's ok:

$ grep -r gc.collect Lib/test | wc -l
    366
History
Date User Action Args
2021-01-21 20:14:53erlendaaslandsetrecipients: + erlendaasland, rhettinger, berker.peksag, serhiy.storchaka
2021-01-21 20:14:53erlendaaslandsetmessageid: <1611260093.64.0.00709663968961.issue42862@roundup.psfhosted.org>
2021-01-21 20:14:53erlendaaslandlinkissue42862 messages
2021-01-21 20:14:53erlendaaslandcreate