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 eli.bendersky, jkloth, scoder, serhiy.storchaka, vstinner
Date 2017-09-18.09:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2325397.VJugAsCoHr@saraksh>
In-reply-to <1505725254.74.0.364178037263.issue31499@psf.upfronthosting.co.za>
Content
def test_issue31499(self): def test(): ... test() test.support.gc_collect()
History
Date User Action Args
2017-09-18 09:20:38serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, jkloth, eli.bendersky
2017-09-18 09:20:38serhiy.storchakalinkissue31499 messages
2017-09-18 09:20:38serhiy.storchakacreate