Hirokazu Yamamoto <[email protected]> added the comment: I tracked down more deeper.
LoggingSilencer.setUp() was called twice, so restoration of log.Log._log was not done correctly. log.Log._log becomes method of TestCase class after test done in most cases. Probably this keeps reference to TestCase and its instance variables. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6131> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
