[snake-farm] Re: [Python-Dev] Snake farm (original) (raw)

Guido van Rossum guido@python.org
Sun, 10 Nov 2002 19:52:52 -0500


Try with "--without-pymalloc" that solved this issue for me. But the tests still fail in "testre".

Marc, pymalloc is supposed to be bulletproof. If there's a segfault that can be avoided by disabling pymalloc, that's a bug in pymalloc. Would you mind helping us find this bug?

--Guido van Rossum (home page: http://www.python.org/~guido/)