Russ wrote: > If a debugger could tell you how many references exist to an object, > that would be helpful.
import sys sys.getrefcount(a) But I doubt it would be very helpful. Carl Banks -- http://mail.python.org/mailman/listinfo/python-list
Russ wrote: > If a debugger could tell you how many references exist to an object, > that would be helpful.
import sys sys.getrefcount(a) But I doubt it would be very helpful. Carl Banks -- http://mail.python.org/mailman/listinfo/python-list