[Lxml-checkins] r46653 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sat Sep 15 21:27:38 CEST 2007


Author: scoder
Date: Sat Sep 15 21:27:38 2007
New Revision: 46653

Modified:
   lxml/trunk/Makefile
Log:
longer stack traces from valgrind

Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile	(original)
+++ lxml/trunk/Makefile	Sat Sep 15 21:27:38 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