[Patches] [ python-Patches-403985 ] Add support for weak-keyed dictionaries
nobody
nobody@sourceforge.net
Tue, 27 Feb 2001 10:07:11 -0800
Patches #403985, was updated on 2001-02-23 23:52
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403985&group_id=5470
Category: Modules
Group: None
Status: Open
Priority: 7
Submitted By: Martin v. Löwis
Assigned to: Martin v. Löwis
Summary: Add support for weak-keyed dictionaries
Initial Comment:
This patch adds a parameter weakkeys to weakref.mapping. To allow weak references as dictionary keys, they cache their hash value and support equality.
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr.
Date: 2001-02-27 10:07
Message:
Logged In: YES
user_id=3066
Modified the patch slightly, adding some small documentation
revisions and changing the name of WeakDictionary to
WeakValueDictionary.
Martin, if you're still happy with this after my changes,
please feel free to check it in.
Thanks!
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr.
Date: 2001-02-26 11:12
Message:
Logged In: YES
user_id=3066
I'll take a look at this (and some other patches) later
today.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=403985&group_id=5470