[Zope] __del__ not being called.

Garion jsuther1@twcny.rr.com
Wed, 19 Apr 2000 19:53:09 -0400


For some reason, in my product, the __del__(self) is not being called
when I delete an instance of it.. I currently have it defined as:

    def __del__(self):
        raise "DEBUG", "TEST"

Just to see what is going on... Any ideas?

--John