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 martin.panter
Recipients Arfrever, josh.r, llllllllll, mark.dickinson, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, taleinat
Date 2015-11-02.09:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446458330.08.0.191363715338.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
On the mailing list, Antoine also suggested removing __slots__ completely as another workaround. I agree that it doesn’t seem important for a singleton, though in the review comments a couple people seemed to want __slots__.
History
Date User Action Args
2015-11-02 09:58:50martin.pantersetrecipients: + martin.panter, rhettinger, mark.dickinson, taleinat, Arfrever, steven.daprano, r.david.murray, python-dev, serhiy.storchaka, josh.r, llllllllll
2015-11-02 09:58:50martin.pantersetmessageid: <1446458330.08.0.191363715338.issue24379@psf.upfronthosting.co.za>
2015-11-02 09:58:50martin.panterlinkissue24379 messages
2015-11-02 09:58:49martin.pantercreate