On 8/27/06, Josiah Carlson <[EMAIL PROTECTED]> wrote: > [1] When I say "tree persistance", I mean those cases like a -> b -> c, > where view b persist because view a persists, even though b doesn't have > a reference otherwise. Making both views a and b reference c directly > allows for b to be freed when it is no longer used.
Yeah, but you're still keeping c alive, which is the real memory waste. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
