[issue11798] Test cases not garbage collected after run

Michael Foord report at bugs.python.org
Wed Oct 3 00:50:11 CEST 2012


Michael Foord added the comment:

The patch looks good to me, although there probably needs to be a note in the TestSuite docs too. I'll apply this to Python 3.4, which leaves plenty of time for people to object.

Note that people needing the old behaviour can subclass TestSuite and provide a dummy implementation of _removeTestAtIndex.

----------

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


More information about the Python-bugs-list mailing list