Message277111
| Author | ncoghlan |
|---|---|
| Recipients | Martin Teichmann, Martin.Teichmann, Tim.Graham, eric.snow, ncoghlan, serhiy.storchaka |
| Date | 2016-09-21.08:57:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474448263.8.0.578103245668.issue28214@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Good catch Serhiy - I'd completely missed that in the original review, and definitely agree we should make that fix independently of the exception chaining idea. While that correction will fix the specific __getattr__ example given, we still have the problem of actual errors in looking up __set_name__ on the class (e.g. in a metaclass or in __getattribute__) and errors when calling it being hard to debug, as the traceback will point to the class header without giving the name of the offending attribute. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-21 08:57:43 | ncoghlan | set | recipients: + ncoghlan, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, Martin Teichmann |
| 2016-09-21 08:57:43 | ncoghlan | set | messageid: <1474448263.8.0.578103245668.issue28214@psf.upfronthosting.co.za> |
| 2016-09-21 08:57:43 | ncoghlan | link | issue28214 messages |
| 2016-09-21 08:57:43 | ncoghlan | create | |