Python cleanup on exit

Steve Juranich sjuranic at gmail.com
Fri Mar 10 15:22:48 EST 2006


Jacob Kroon wrote:

> Is there another way to make python delete objects which were
> created in the global scope upon exit ?

Check out the `atexit' module.
-- 
Steve Juranich
Tucson, AZ
USA




More information about the Python-list mailing list