[Lxml-checkins] r48174 - lxml/branch/lxml-1.3

scoder at codespeak.net scoder at codespeak.net
Mon Oct 29 20:25:03 CET 2007


Author: scoder
Date: Mon Oct 29 20:25:03 2007
New Revision: 48174

Modified:
   lxml/branch/lxml-1.3/Makefile
Log:
longer stack trace in valgrind

Modified: lxml/branch/lxml-1.3/Makefile
==============================================================================
--- lxml/branch/lxml-1.3/Makefile	(original)
+++ lxml/branch/lxml-1.3/Makefile	Mon Oct 29 20:25:03 2007
@@ -21,7 +21,7 @@
 	PYTHONPATH=src $(PYTHON) selftest2.py
 
 valgrind_test_inplace: inplace
-	valgrind --tool=memcheck --leak-check=full --suppressions=valgrind-python.supp \
+	valgrind --tool=memcheck --leak-check=full --num-callers=30 --suppressions=valgrind-python.supp \
 		$(PYTHON) test.py
 
 bench_inplace: inplace


More information about the lxml-checkins mailing list