Question about weakref

Dieter Maurer dieter at handshake.de
Thu Jul 5 04:46:20 EDT 2012


Frank Millman <frank at 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".




More information about the Python-list mailing list