Mathias Panzenboeck <[EMAIL PROTECTED]> wrote: ... > I only inserted them so I can see if the objects are really freed. How can > I see that without a __del__ method?
You can use weakref.ref instances with finalizer functions - see the long post I just made on this thread for a reasonably rich and complex example. Alex -- http://mail.python.org/mailman/listinfo/python-list