xml.dom.minidom: add more __slots__ to limit resource usage.

This commit is contained in:
Florent Xicluna 2012-03-05 12:37:02 +01:00
parent 6c75301eb6
commit 8cf4b51fa4
2 changed files with 8 additions and 6 deletions

View file

@ -17,6 +17,7 @@ pulldom -- DOM builder supporting on-demand tree-building for selected
class Node:
"""Class giving the NodeType constants."""
__slots__ = ()
# DOM implementations may use this as a base class for their own
# Node implementations. If they don't, the constants defined here