Re: Cycle detection and object memory usage?

2007-05-21 Thread Jim Kleckner
Gabriel Genellina wrote: > En Sun, 20 May 2007 23:54:15 -0300, Jim Kleckner <[EMAIL PROTECTED]> > escribió: > >> I understand from the documentation that types with a finalizer method >> that participate in cycles can't be collected. > > Yes; older Python

Cycle detection and object memory usage?

2007-05-20 Thread Jim Kleckner
cycles: I understand from the documentation that types with a finalizer method that participate in cycles can't be collected. What is the best way to go about finding these cycles? Googling gives a variety of methods none of which seem terribly mainstream for such a common problem. Object mem