Re: __del__ methods

2008-07-18 Thread Jason Baker
On Jul 18, 2:10 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Fri, 18 Jul 2008 11:31:20 -0700, Jason Baker wrote: > > I have a class that I need to do some finalization on when it dies.  I > > know I can use the __del__ method, but I seem to rec

__del__ methods

2008-07-18 Thread Jason Baker
I have a class that I need to do some finalization on when it dies. I know I can use the __del__ method, but I seem to recall that it impedes garbage collection. Is this the case? (keep in mind that my code aims to be compatible with python 2.3 to python 2.5) -- http://mail.python.org/mailman/li