Order of object cleanup at interpreter exit?
Fredrik Lundh
effbot at telia.com
Mon Feb 14 11:01:28 EST 2000
More information about the Python-list mailing list
Mon Feb 14 11:01:28 EST 2000
- Previous message (by thread): Order of object cleanup at interpreter exit?
- Next message (by thread): Order of object cleanup at interpreter exit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rob W. W. Hooft <rob at hooft.net> wrote: > I have noticed that this does not work if the __del__ method is called > when the interpreter is exiting (i.e., when I am using a Robot() object > in the __main__ module at the global scope). I get: jason and michael have already pointed out how to work around this. for some background info, see: http://www.python.org/doc/essays/cleanup.html </F> <!-- (the eff-bot guide to) the standard python library: http://www.pythonware.com/people/fredrik/librarybook.htm -->
- Previous message (by thread): Order of object cleanup at interpreter exit?
- Next message (by thread): Order of object cleanup at interpreter exit?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list