]> 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:46:46 +0000 (19:46 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 18 Apr 2011 02:46:46 +0000 (19:46 -0700)
commit2876a8c272ec9fd7ddd9fec62676bc61ba947747
tree1435adf349426d6205dbb30dbd13194081340eb0
parent340d2690b3db594edfa1eb27cda2afe957235ba6
Rework multiset methods to use less memory and to make fewer calls to __hash__.
Lib/collections.py