[issue11798] Test cases not garbage collected after run

Fabio Zadrozny report at bugs.python.org
Thu Apr 7 18:34:12 CEST 2011


Fabio Zadrozny <fabioz at users.sourceforge.net> added the comment:

I do get the idea of the backward incompatibility, although I think it's really minor in this case.

Just for some data, the pydev test runner has had a fix to clear those test cases for quite a while already and no one has complained about it (it actually makes each of the tests None after run, so, if someone tries to access it after that, it would be pretty clear that it's not there anymore).

----------

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


More information about the Python-bugs-list mailing list