
May 31, 2010
2:37 a.m.
Mike Graham wrote:
Should an ID Dict really be a weak ref identity dict? ... Is this the main basic use case?
No, I don't think it's the main use case, although if an identitydict is added, it would make sense to also add a WeakIdentityDict to the weakref module. -- Greg