]> granicus.if.org Git - python/commit
Issue #9825: Replace OrderedDict.__del__() with weakrefs.
authorRaymond Hettinger <python@rcn.com>
Sun, 12 Sep 2010 04:12:42 +0000 (04:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 12 Sep 2010 04:12:42 +0000 (04:12 +0000)
commitfa11db0a02f22f8141206102efc21b125989364d
treeb5418b9a3f188eeefdd1d9314881d59842ee713e
parent9be0b2e3122b8cb3078367e667bb6ab58cd81610
Issue #9825:  Replace OrderedDict.__del__() with weakrefs.
Lib/collections.py
Misc/NEWS