[Numpy-discussion] Vectorize bug

Sasha ndarray at mac.com
Sat Apr 15 09:10:07 EDT 2006


On 4/14/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:

> ...
> There may be errors that have creeped in, but Valgrind does not help
> with reference counting errors which this may be.
> ...

Valgrind is alittle bit more helpful if python is compiled using
--without-pymalloc config option.

In addition to valgrind, memory problems can be exposed by using
--with-pydebug option.




More information about the NumPy-Discussion mailing list