[issue11798] Test cases not garbage collected after run

Benjamin Peterson report at bugs.python.org
Thu Apr 7 18:21:53 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

You don't have to clear them; you just have to finalize them. Anyway, this is essentially impossible to do in a backward compatible way given that TestCases are expected to stay around.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11798>
_______________________________________


More information about the Python-bugs-list mailing list