Frank Millman <fr...@chagford.com> writes: > I have a situation where I thought using weakrefs would save me a bit > of effort.
Instead of the low level "weakref", you might use a "WeakKeyDictionary". -- http://mail.python.org/mailman/listinfo/python-list