PS: On 17 Jan., 01:03, Simon King <[email protected]> wrote: > Concerning "remove from the session": See > http://docs.python.org/library/gc.html >... > But that't the job of Python's garbage collector! > In other words, I think there is no need to actively remove anything.
That said: The above reference is just meant as some background information --- automatic garbage collection is done by default, so, there is no need that you do anything like "import gc" and "gc.enable ()" etc. Best regards, Simon
-- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
