Antoine Pitrou <pit...@free.fr> added the comment: There are also reference leaks:
$ ./python -m test -R 3:2 test_bz2 [1/1] test_bz2 beginning 5 repetitions 12345 ..... test_bz2 leaked [-1, -1] references, sum=-2 $ ./python -m test -R 3:2 test_hashlib [1/1] test_hashlib beginning 5 repetitions 12345 ..... test_hashlib leaked [-1, -1] references, sum=-2 1 test failed: test_hashlib $ ./python -m test -R 3:2 test_capi [1/1] test_capi beginning 5 repetitions 12345 ..... test_capi leaked [78, 78] references, sum=156 1 test failed: test_capi ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2377> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com