This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josh.r
Recipients eric.snow, josh.r, lemburg, ncoghlan, pmoody, r.david.murray, rhettinger, sbromberger, serhiy.storchaka
Date 2014-12-24.17:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419443759.64.0.179471876753.issue23103@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: I believe you need to add a bunch of __slots__ = () to various base classes in the module, even though they lack member variables. Every link in the inheritance chain must declare __slots__, or the child class will have __dict__ and __weakref__.
History
Date User Action Args
2014-12-24 17:55:59josh.rsetrecipients: + josh.r, lemburg, rhettinger, ncoghlan, pmoody, r.david.murray, eric.snow, serhiy.storchaka, sbromberger
2014-12-24 17:55:59josh.rsetmessageid: <1419443759.64.0.179471876753.issue23103@psf.upfronthosting.co.za>
2014-12-24 17:55:59josh.rlinkissue23103 messages
2014-12-24 17:55:59josh.rcreate