[issue8251] WeakRefSet

2010-03-28 Thread Michael Foord
Changes by Michael Foord : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8251] WeakRefSet

2010-03-28 Thread Michael Foord
Michael Foord added the comment: Ha. I tried 2.7. I guess it would be nice if it was backported. -- versions: -Python 3.2 ___ Python tracker ___

[issue8251] WeakRefSet

2010-03-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Python 3.2a0 (py3k:79464, Mar 27 2010, 19:18:14) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from weakref import WeakSet >>> -- nosy: +pitrou ___ Python tracker

[issue8251] WeakRefSet

2010-03-28 Thread Michael Foord
New submission from Michael Foord : WeakRefSet would be a useful addition to the weakref module. I needed this for unittest recently but made do with a WeakRefKeyDictionary and setting the values to 1. -- components: Library (Lib) messages: 101859 nosy: michael.foord severity: normal s