]> granicus.if.org Git - python/commit
Use __slots__ throughout instead of __dict__, to reduce the memory usage.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 19 Feb 2012 19:25:12 +0000 (20:25 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 19 Feb 2012 19:25:12 +0000 (20:25 +0100)
commit14aa280de23ecb6c31ffbde4a12c1a0a6f5493e0
treea6272d0d650f428339f265e22b8687df767b600f
parent32ac92cd4a341fc2503305b3017d2262c203558e
Use __slots__ throughout instead of __dict__, to reduce the memory usage.
Lib/xml/dom/expatbuilder.py
Lib/xml/dom/minidom.py