Michal M <mich.mier...@googlemail.com> wrote:

> Hi
> 
> I've just found out that one of objects is not destroyed when it
> should be. This means that something was holding reference to this
> object or part of it (i.e. method). Is there any way to check what
> holds that reference? I am unable to do that just looking to the code
> or debugging it because it is pretty complicated, but I am able to
> invoke this situation again.
> 
See if this code helps:

http://groups.google.com/group/comp.lang.python/browse_thread/thread/394ba5b48f83ebfb/237dc92f3629dd9a#237dc92f3629dd9a

It's pretty old so it may need some adjustment, but I wrote it
to figure out exactly that sort of problem.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to