Nick Coghlan added the comment:

Before:

$ ./python -m test -R 3:3 test_ast
[1/1] test_ast
beginning 6 repetitions
123456
......
test_ast leaked [6885, 6885, 6885] references, sum=20655
test_ast leaked [4888, 4890, 4890] memory blocks, sum=14668
1 test failed:
    test_ast

After:

$ ./python -m test -R 3:3 test_ast
[1/1] test_ast
beginning 6 repetitions
123456
......
1 test OK.

----------

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

Reply via email to