"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>
--
http://mail.python.org/mailman/listinfo/python-list
