]> granicus.if.org Git - python/commit
Have links in OrderedDicts be native Python lists instead
authorRaymond Hettinger <python@rcn.com>
Tue, 9 Mar 2010 09:58:53 +0000 (09:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 9 Mar 2010 09:58:53 +0000 (09:58 +0000)
commitaba2293862fc2c74edf3e407acd3e62e7649db13
tree73804d1a1f49dde5ed6041eae810dcce06142aaf
parent9bd3508530cfcb1687c4a4cddd12a09f234026ee
Have links in OrderedDicts be native Python lists instead
of a custom class with __slots__.  This simplifies the
code a bit, reduces memory consumption, improves speed,
and eliminates the need for weak reference proxies.
Lib/collections.py