__del__ methods

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Fri Jul 18 17:18:05 EDT 2008


On Fri, 18 Jul 2008 12:26:35 -0700, Jason Baker wrote:

> I don't necessarily need deterministic cleanup.  And I plan on doing
> something like a close() method as well.  But I'd just like to make
> sure nothing slips between the cracks.  :)

`__del__()` isn't guaranteed to be called *at all*, so can't make sure
nothing slips between the cracks with it.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list