Benjamin Peterson <benja...@python.org> added the comment:

2011/4/7 Jean-Paul Calderone <rep...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11798>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to