]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rework multiset methods to use less memory and to make fewer calls to __hash__.
authorRaymond Hettinger <python@rcn.com>
Mon, 18 Apr 2011 03:08:41 +0000 (20:08 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 18 Apr 2011 03:08:41 +0000 (20:08 -0700)
commitefeb8bdaa2102208e765610fc2f84482b321ef5b
treeb72dbeac10c40ba90cf5b2abd746c615de0ed549
parentc116da04a96f173230fa8635adb69a1d83d21c0d
Rework multiset methods to use less memory and to make fewer calls to __hash__.
Lib/collections.py