refcount/memleak debugging?

Will Ware wware at world.std.com
Thu Sep 14 10:44:02 EDT 2000


Will Ware (wware at world.std.com) wrote:
> memory appears to be leaking....

Never mind, I figured it out by compiling both Python and my
extension with 'make OPT="-g -DPy_DEBUG"', looking at the
remaining references after the script finished, and digging
around with gdb. I know Guido has an essay on this topic. It
might be worth expanding a little bit, or at least publicizing
a little better.
-- 
# - - - - - - - - - - - - - - - - - - - - - - - -
# Resistance is futile. Capacitance is efficacious.
# Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list