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 benjamin.peterson
Recipients benjamin.peterson, exarkun, fabioz
Date 2011-04-07.16:41:29
SpamBayes Score 3.3529195e-05
Marked as misclassified No
Message-id <BANLkTikhhV5yGCZ--azSxe0h+5pWAxigEw@mail.gmail.com>
In-reply-to <1302193810.58.0.843982573405.issue11798@psf.upfronthosting.co.za>
Content
2011/4/7 Jean-Paul Calderone <report@bugs.python.org>:
>
> Jean-Paul Calderone <invalid@example.invalid> added the comment:
>
> Trial lets test cases get garbaged collected.  When we noticed this wasn't happening, we treated it as a bug and fixed it.  No one ever complained about the change.  I don't see any obvious way in which an application would even be able to tell the difference (a user can tell the difference by looking at top).  In what case do you think this change would result in broken application code?

I thought unittest was just handed a bunch of TestCase instances and
couldn't do much about insuring they were garbage collected.
History
Date User Action Args
2011-04-07 16:41:30benjamin.petersonsetrecipients: + benjamin.peterson, exarkun, fabioz
2011-04-07 16:41:29benjamin.petersonlinkissue11798 messages
2011-04-07 16:41:29benjamin.petersoncreate