]> granicus.if.org Git - python/commit
Rework multiset methods to use less memory and to make fewer calls to __hash__.
authorRaymond Hettinger <python@rcn.com>
Mon, 18 Apr 2011 02:47:24 +0000 (19:47 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 18 Apr 2011 02:47:24 +0000 (19:47 -0700)
commitc15d9e759fbbaf54cc97ab41a067ac637c296781
treead54968d0a253fbdefcb57c48a7297702c65acf2
parent2409d770d9eefd17133b2446c1cb9719e3081726
parent2876a8c272ec9fd7ddd9fec62676bc61ba947747
Rework multiset methods to use less memory and to make fewer calls to __hash__.
Lib/collections.py