This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Yury.Selivanov, pitrou, python-dev, rhettinger
Date 2012-03-01.15:32:28
SpamBayes Score 0.013221162
Marked as misclassified No
Message-id <E1S37zY-00015G-3I@dinsdale.python.org>
In-reply-to
Content
New changeset 1cd0688ff004 by Antoine Pitrou in branch '3.2':
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.
http://hg.python.org/cpython/rev/1cd0688ff004

New changeset b1b2a29d3d81 by Antoine Pitrou in branch 'default':
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.
http://hg.python.org/cpython/rev/b1b2a29d3d81
History
Date User Action Args
2012-03-01 15:32:29python-devsetrecipients: + python-dev, rhettinger, pitrou, Yury.Selivanov
2012-03-01 15:32:29python-devlinkissue14159 messages
2012-03-01 15:32:28python-devcreate