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 levkivskyi
Recipients Arfrever, abarry, josh.r, levkivskyi, llllllllll, mark.dickinson, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, taleinat, yselivanov
Date 2016-11-13.11:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479036204.98.0.945791281061.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-13 11:23:25levkivskyisetrecipients: + 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:24levkivskyisetmessageid: <1479036204.98.0.945791281061.issue24379@psf.upfronthosting.co.za>
2016-11-13 11:23:24levkivskyilinkissue24379 messages
2016-11-13 11:23:24levkivskyicreate