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 gvanrossum
Recipients gvanrossum
Date 2013-05-05.02:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367720444.87.0.21268529715.issue17908@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice if there was a command-line option to tell the test runner to call gc.collect() after each test.

See https://groups.google.com/d/msg/python-tulip/tstjvOQowIU/IRihc8NCHZUJ -- Glyph points out that always doing this is problematic because it slows down tests too much; OTOH it's a useful option to have in case you're tracking down something that happens (or doesn't happen) when an object is collected (e.g. in __del__).
History
Date User Action Args
2013-05-05 02:20:45gvanrossumsetrecipients: + gvanrossum
2013-05-05 02:20:44gvanrossumsetmessageid: <1367720444.87.0.21268529715.issue17908@psf.upfronthosting.co.za>
2013-05-05 02:20:44gvanrossumlinkissue17908 messages
2013-05-05 02:20:44gvanrossumcreate