[Python-Dev] WeakSet in Python 2.7 (original) (raw)

Daniel Stutzbach daniel at stutzbachenterprises.com
Mon Mar 29 20:14:13 CEST 2010


On Mon, Mar 29, 2010 at 12:16 PM, Michael Foord <michael at voidspace.org.uk>wrote:

Python 3 includes a WeakSet implementation. Any objections to me backporting this to 2.7?

http://docs.python.org/py3k/library/weakref.html#weakref.WeakSet

Backporting WeakSet would also make it possible to backport the fix for this reference leak:

http://bugs.python.org/issue2521

Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20100329/b540dff1/attachment.html>



More information about the Python-Dev mailing list