[Python-Dev] funny leak

Jeff Epler jepler@unpythonic.net
Mon, 24 Mar 2003 07:51:00 -0600


On Mon, Mar 24, 2003 at 08:43:16AM -0500, Neal Norwitz wrote:
> One ref may be leaked the first time gc.collect() is called with
> garbage (23150 -> 23151).  But after that, no more refs are leaked
> (ref count stays at 23151).

If that's true, then running the 'def' block repeatedly will leak
references, right?  I think from Christian's original message this is
what he meant, but I'm not sure.

Jeff