Files
cpython/Lib
Antoine Pitrou bbe2f60b3c Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.
Moreover, the implementation is now O(1) rather than O(n).
Thanks to Yury Selivanov for reporting.
2012-03-01 16:26:35 +01:00
..
2011-11-11 19:35:42 +01:00
2012-02-23 21:14:12 +01:00
2012-01-25 18:01:45 +01:00
2011-10-19 10:58:56 +03:00
2012-02-23 21:12:41 +01:00
2011-11-25 02:08:39 +08:00
2011-10-19 10:58:56 +03:00
2011-05-06 00:02:12 +10:00
2011-03-16 11:35:38 +02:00
2011-10-19 10:58:56 +03:00
2011-03-15 05:59:46 +02:00
2011-05-14 15:35:19 -07:00
2011-11-11 19:35:42 +01:00
2011-05-09 08:10:38 +02:00
2010-12-04 16:21:42 +00:00
2011-09-01 22:06:23 +02:00
2011-06-27 09:18:46 -05:00
2011-01-23 21:33:36 +00:00
2011-10-19 10:58:56 +03:00
2012-02-03 19:07:30 -05:00
2011-04-17 16:48:52 +02:00
2010-10-31 16:06:55 +00:00
2011-07-21 11:16:32 +03:00