garbage collection / cyclic references

Paul Rubin http
Sat Mar 21 02:13:01 EDT 2009


"andrew cooke" <andrew at acooke.org> writes:
> the two dominant virtual machines - .net and the jvm both handle circular
> references with no problem whatever.

AFAIK, they also don't guarantee that finalizers ever run, much less
run in deterministic order.



More information about the Python-list mailing list