Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

Well, I don't know... But probably mixing super() and non super() caused
too many call of setUp() or tearDown(). I saw such case before.

To track down this, probably this info helps.
1. Revert to previous revision of distutils
2. Remove distutils tests except for test_archive_util.py and
test_bdist_dumb.py
3. Run regrtest.py -R2:3: test_distutils

test_distutils
beginning 5 repetitions
12345
.....
test_distutils leaked [280, 280] references, sum=560
1 test failed:
    test_distutils

----------

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

Reply via email to