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.16:03:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474387426.41.0.690313857175.issue28214@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe there is a bug in using __set_name__. Usually special methods are looked in class dict. But __set_name__ is looked in instance dict. This causes to invoking __getattr__.
History
Date User Action Args
2016-09-20 16:03:46serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, Martin.Teichmann, Tim.Graham, Martin Teichmann
2016-09-20 16:03:46serhiy.storchakasetmessageid: <1474387426.41.0.690313857175.issue28214@psf.upfronthosting.co.za>
2016-09-20 16:03:46serhiy.storchakalinkissue28214 messages
2016-09-20 16:03:46serhiy.storchakacreate