Mike C. Fletcher <[EMAIL PROTECTED]> wrote:

>         weakref.ref( self, self.close )
> 
> but the self.close reference in the instance is going away *before* the
> object is called.

Uh -- what's holding on to this weakref.ref instance?  I guess the
weakreference _itself_ is going away right after being created...


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to