Re: [Numpy-discussion] usage of __del__ in python classes

2007-01-31 Thread David Cournapeau
Sebastian Haase wrote: > Hi, > Before I start I want to admit that I don't understand much about > this. I just saw that the memmap class defines __del__ and that I had > problems in the past when I added a 'def __del__' to a class of mine. > So here is a quote, I would like to know if this is "sta

[Numpy-discussion] usage of __del__ in python classes

2007-01-31 Thread Sebastian Haase
Hi, Before I start I want to admit that I don't understand much about this. I just saw that the memmap class defines __del__ and that I had problems in the past when I added a 'def __del__' to a class of mine. So here is a quote, I would like to know if this is "standard knowledge" on this list or