blob: 588d17e8ee4c91e35774b86a63cc2664cfeee64b [file] [log] [blame]
Addded empty __slots__ to abc.ABC. This allows subclassers to deny __dict__
and __weakref__ creation. Patch by Aaron Hall.