On 9/26/06, Greg Ewing <[EMAIL PROTECTED]> wrote: > Giovanni Bajo wrote: > > I assert that they hide bugs much better than > > __del__ does (it's pretty easy to find an offending __del__ by looking at > > gc.garbage,
> It should be feasible to modify the cyclic GC to > detect groups of objects that are only being kept > alive by references from the finalizer list. This would let you use a bound method again, but ... Given this complexity, what advantage would it have over __del__, let alone __close__? -jJ _______________________________________________ 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
