Message280692
Here is a new patch that does not cause refleaks, I just replaced empty __slots__ with a __setattr__: it looks like __slots__ are not needed here to save memory (there is only a singleton instance), they were used just to create an immutable object. |
|
| Date |
User |
Action |
Args |
| 2016-11-13 11:23:25 | levkivskyi | set | recipients:
+ levkivskyi, rhettinger, mark.dickinson, taleinat, Arfrever, steven.daprano, r.david.murray, python-dev, martin.panter, serhiy.storchaka, yselivanov, josh.r, llllllllll, abarry |
| 2016-11-13 11:23:24 | levkivskyi | set | messageid: <[email protected]> |
| 2016-11-13 11:23:24 | levkivskyi | link | issue24379 messages |
| 2016-11-13 11:23:24 | levkivskyi | create | |
|