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
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