Josh Rosenberg added the comment:

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__.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23103>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to