This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, christian.heimes, larry, ncoghlan, pitrou, python-dev
Date 2013-10-20.12:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382273432.16.0.268742924459.issue19313@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-20 12:50:32ncoghlansetrecipients: + ncoghlan, pitrou, larry, christian.heimes, benjamin.peterson, python-dev
2013-10-20 12:50:32ncoghlansetmessageid: <1382273432.16.0.268742924459.issue19313@psf.upfronthosting.co.za>
2013-10-20 12:50:32ncoghlanlinkissue19313 messages
2013-10-20 12:50:32ncoghlancreate