Issues Show Unassigned Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
Created on 2008-11-05.14:40:37 by mg, last changed 2009-01-09.17:39:28 by mg.
We cannot use __slots__ for the Share class until Twisted updates the Deferred class to do so. See this bug report: http://twistedmatrix.com/trac/ticket/3245
Python allows a class to list its attributes in a special __slots__ attribute. This saves allocating memory for the dictionary which normally holds the class' attributes.