]> granicus.if.org Git - python/commitdiff
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValue...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Mar 2012 15:28:14 +0000 (16:28 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Mar 2012 15:28:14 +0000 (16:28 +0100)
Moreover, the implementation is now O(1) rather than O(n).
Thanks to Yury Selivanov for reporting.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge