Hi,
I've been trying to track down memory leaks due to objects not getting deleted due to
circular references. I'm using weakref's, so the number of actual references to
objects is very small. And yet, objects are not being deleted, as indicated by the
__del__ method not being called.
Does anybody know of some tricks to track down circular references? Perhaps a place in
the Python source code where I could set a break point?
Matthew
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython