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 ncoghlan
Recipients Martin Teichmann, Martin.Teichmann, Tim.Graham, eric.snow, ncoghlan, python-dev, serhiy.storchaka
Date 2016-10-09.03:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475982413.03.0.0750905667505.issue28214@psf.upfronthosting.co.za>
In-reply-to
Content
Slight change, as it makes sense to reference the special method name explicitly:

TypeError: Error calling __set_name__ on 'BadIdea' instance 'attr' in 'NotGoingToWork': 'NoneType' object is not callable

TypeError: Error calling __set_name__ on 'FaultyImplementation' instance 'attr' in 'TheoreticallyCouldWork': ZeroDivisionError: division by zero
History
Date User Action Args
2016-10-09 03:06:53ncoghlansetrecipients: + ncoghlan, python-dev, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, Martin Teichmann
2016-10-09 03:06:53ncoghlansetmessageid: <1475982413.03.0.0750905667505.issue28214@psf.upfronthosting.co.za>
2016-10-09 03:06:53ncoghlanlinkissue28214 messages
2016-10-09 03:06:52ncoghlancreate