Utpal Sarkar wrote:

> Is there a way I can tell a variable that the object it is pointing
> too is not owned by it, in the sense that if it is the only reference
> to the object it can be garbage collected?

http://docs.python.org/library/weakref.html


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

Reply via email to