[Python-Dev] ast status, memory leaks, etc

Steve Holden steve at holdenweb.com
Mon Nov 21 05:07:45 CET 2005


Neal Norwitz wrote:
[...]

> To give you an example, I ran the entire regression suite through
> Valgrind after configuring --without-pymalloc.  I only found 3
> additional problems in new code.  There was also one problem in older
> code (Python/modsupport.c).
> 
> The big benefit of running with pymalloc is that it only takes about
> 1.25 to 1.50 hours to run on my box.  When running without pymalloc, I
> estimate it takes about 5 times longer.  Plus it requires a lot of
> extra work since I need to run the tests in batches.  I only have 1 GB
> of RAM and it takes a lot more than that when running without
> pymalloc.
> 
Is there maybe a machine in the SourceForge compile farm that could be
used for this work?

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                  www.python.org/pycon/



More information about the Python-Dev mailing list