Is this a bug with __del__()

Fredrik Lundh fredrik at pythonware.com
Thu May 24 15:31:23 EDT 2001


Costas Menico wrote:
> Have you tired running it? Why does the "Delete called" show up before
> the "program end"?

does it?

C:\>python script.py
Program End
Delete called

$ python script.py
Program End
Delete called

what python version / operating system / development environment
are you using?

Cheers /F





More information about the Python-list mailing list