In article <[EMAIL PROTECTED]>, Stef Mientki <[EMAIL PROTECTED]> wrote: > >If I create a large array of data or class, how do I destroy it (when >not needed anymore) ?
You should be aware that releasing memory may not cause the size of your process to shrink -- many OSes keep memory assigned to an application for its lifetime. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "I disrespectfully agree." --SJM -- http://mail.python.org/mailman/listinfo/python-list
