]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21421: Add __slots__ to the MappingViews ABCs.
authorRaymond Hettinger <python@rcn.com>
Sun, 4 May 2014 02:06:32 +0000 (19:06 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 4 May 2014 02:06:32 +0000 (19:06 -0700)
commit3170d1cccb15d7ad94658944e3aba1a1e753adbf
tree356e8fdcfb023bca43eb005eabebfa3e28c6a6dd
parent90e93383830cb7276d33fff7e670516d78337121
Issue #21421:  Add __slots__ to the MappingViews ABCs.
Lib/_collections_abc.py
Misc/NEWS