Message233084
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__. |
|
| Date |
User |
Action |
Args |
| 2014-12-24 17:55:59 | josh.r | set | recipients:
+ josh.r, lemburg, rhettinger, ncoghlan, pmoody, r.david.murray, eric.snow, serhiy.storchaka, sbromberger |
| 2014-12-24 17:55:59 | josh.r | set | messageid: <[email protected]> |
| 2014-12-24 17:55:59 | josh.r | link | issue23103 messages |
| 2014-12-24 17:55:59 | josh.r | create | |
|