Message 188420 - Python tracker (original) (raw)
Message188420
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:45 | gvanrossum | set | recipients: + gvanrossum |
2013-05-05 02:20:44 | gvanrossum | set | messageid: 1367720444.87.0.21268529715.issue17908@psf.upfronthosting.co.za |
2013-05-05 02:20:44 | gvanrossum | link | issue17908 messages |
2013-05-05 02:20:44 | gvanrossum | create |