Message200577
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. |
|
Date |
User |
Action |
Args |
2013-10-20 12:50:32 | ncoghlan | set | recipients:
+ ncoghlan, pitrou, larry, christian.heimes, benjamin.peterson, python-dev |
2013-10-20 12:50:32 | ncoghlan | set | messageid: <1382273432.16.0.268742924459.issue19313@psf.upfronthosting.co.za> |
2013-10-20 12:50:32 | ncoghlan | link | issue19313 messages |
2013-10-20 12:50:32 | ncoghlan | create | |
|