Python Debug Build

Fredrik Lundh fredrik at pythonware.com
Tue Oct 4 01:45:01 EDT 2005


"Celine & Dave" wrote:

> What happens if I build Python with debug option
> (--with-pydebug)? Do I see any changes in my program
> output? What is --with-pydebug good for?

from the README:

--with-pydebug:  Enable additional debugging code to help track down
        memory management problems.  This allows printing a list of all
        live objects when the interpreter terminates.

</F>






More information about the Python-list mailing list