garbage colllector
Jeremy Fincher
tweedgeezer at hotmail.com
Wed Nov 5 01:18:13 EST 2003
"Alberto Vera" <avera at coes.org.pe> wrote in message news:<mailman.451.1067990507.702.python-list at python.org>...
> Hello:
> I'd like to try the use of garbage collector, so I wrote these lines to
> do it(*), but if I delete lines related to garbage collector this works
> similar as it didn't have
> <snip>
The garbage collector is enabled by default. You'll very rarely have
a good reason to manipulate it.
Jeremy
More information about the Python-list
mailing list