[Ns-developers] release update

Tom Henderson tomh at tomh.org
Thu Jun 11 14:29:06 PDT 2009


Gustavo Carneiro wrote:
> 
> 
> 2009/6/10 Tom Henderson <tomh at tomh.org <mailto:tomh at tomh.org>>
> 
> 
>     (by the way, is there a plan for supporting valgrind in test.py?)
> 
> 
> We had talked about this before.
> 
> There is no plan.  Unfortunately, Python does some memory allocation 
> tricks that valgrind reports as errors.  When I want to check Python 
> bindings memory errors, I used a debug python build (configure python 
> with ./configure --with-pydebug --without-pymalloc), and then valgrind 
> works.  But with a standard Python binary valgrind will always detect 
> phony errors and we don't want that.

I documented the above on the Python wiki page, thanks.  But I was 
mainly asking about keeping the --valgrind option for C++ if we move 
regression to test.py.

Tom


More information about the Ns-developers mailing list