From 5be5d08441728dad33a011fe76212638b37f1af5 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 7 Feb 2013 10:18:19 +0100 Subject: [PATCH] heapy debugging in run.py --- test/run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run.py b/test/run.py index bcc4223a..67c527f8 100755 --- a/test/run.py +++ b/test/run.py @@ -252,6 +252,9 @@ if test_files or thirdparty: test_dir(completion_test_dir, thirdparty=True) base.print_summary() +#from guppy import hpy +#hpy() +#print hpy().heap() exit_code = 1 if base.tests_fail else 0 if sys.hexversion < 0x02060000 and base.tests_fail <= 9: