Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28214>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to