Python Debug Build
Fredrik Lundh
fredrik at pythonware.com
Tue Oct 4 01:45:01 EDT 2005
More information about the Python-list mailing list
Tue Oct 4 01:45:01 EDT 2005
- Previous message (by thread): Python Debug Build
- Next message (by thread): Python Debug Build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): Python Debug Build
- Next message (by thread): Python Debug Build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list