]> granicus.if.org Git - python/commit
Issue #11333: Add __slots__ to the collections ABCs.
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Mar 2011 18:46:25 +0000 (11:46 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Mar 2011 18:46:25 +0000 (11:46 -0700)
commitc46759ad0b3419bb67b33f0358af5ae50dc0c5fe
tree68cbf456a976457b137a8578af856480ba908fbc
parent7969d3334f0db9ccb9b97db77ad582d6103c12c7
Issue #11333: Add __slots__ to the collections ABCs.
Lib/collections/abc.py
Misc/NEWS