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 serhiy.storchaka
Recipients Martin Teichmann, Martin.Teichmann, Tim.Graham, ncoghlan, serhiy.storchaka
Date 2016-09-20.17:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474391063.92.0.0366381283289.issue28214@psf.upfronthosting.co.za>
In-reply-to
Content
In any case I suggest to raise an AttributeError for dunder names in __getattr__ implementation. Otherwise you will encounter similar issue with pickling.
History
Date User Action Args
2016-09-20 17:04:23serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, Martin.Teichmann, Tim.Graham, Martin Teichmann
2016-09-20 17:04:23serhiy.storchakasetmessageid: <1474391063.92.0.0366381283289.issue28214@psf.upfronthosting.co.za>
2016-09-20 17:04:23serhiy.storchakalinkissue28214 messages
2016-09-20 17:04:23serhiy.storchakacreate