David Hirschfield wrote:
Will all objects created while the garbage collector was off now be un-collectable?

No, they'll be collected the next time the garbage
collector becomes enabled and runs again.

Also note that disabling gc only affects objects
that are being kept alive by cycles. Non-cyclic
garbage is always collected as soon as its
refcount drops to zero, whether gc is enabled
or not.

--
Greg
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to