Hi, How can I free all the memory in python by deleting all variables. I am looking for the equivalent of 'clear' from Matlab.
I know del x deletes a variable x, but it doesn't free all the available memory. Thank you
-- http://mail.python.org/mailman/listinfo/python-list