[Python-Dev] bz2module.c breaks regression tests

Jeremy Hylton jeremy@alum.mit.edu (Jeremy Hylton)
Tue, 5 Nov 2002 13:35:45 -0500


Did you run with a debug build of Python (configure --with-pydebug)?
I find that a debug build is essential for tracking down refcount
and memory problems.

Jeremy