Quick GC question

forgotten gentleman forgottengentleman_spam at yahoo.com
Sun Dec 2 16:15:39 EST 2001


Hi, I understand Python uses a reference counting GC, and an optional
LISP-like one which takes care of circular refs.

Am I guaranteed that the optional GC will be enabled by default, or
should I get into the habit of typing gc.enable() just in case?

Thanks.



More information about the Python-list mailing list