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

I can reproduce refleaks with only test_distutils now.

E:\python-dev\py3k\Lib\test>py3k regrtest.py -R3:2: test_distutils
test_distutils
beginning 5 repetitions
12345
.....
test_distutils leaked [280, 280] references, sum=560
1 test failed:
    test_distutils

I think this refleaks can be solved by using super() for setUp() and
tearDown() everywhere.

----------
Added file: http://bugs.python.org/file14109/fix_distutils_refleak.patch

_______________________________________
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