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