[ python-Bugs-985753 ] weakref should have a WeakSet

SourceForge.net noreply at sourceforge.net
Tue Jul 6 08:42:00 CEST 2004


Bugs item #985753, was opened at 2004-07-06 03:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=985753&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Leonardo Rochael Almeida (rochael)
Assigned to: Nobody/Anonymous (nobody)
Summary: weakref should have a WeakSet

Initial Comment:
It'd be nice if weakref had a WeakSet. This way I
wouldn't need a WeakValueDictionary keyed by id(object)
when all I want is to iterate over the objects that are
still alive.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=985753&group_id=5470


More information about the Python-bugs-list mailing list