Olivier Feys a écrit :
> I'm working on a tree and I have refcounting problems.
> Is it possible from an object, to get the list of objects referencing it ?

Another solution may be to use weak references:
http://docs.python.org/lib/module-weakref.html

HTH
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to