Ethan Furman added the comment:

After more thought, I think we should leave the shortened version of 
_StealthProperty as is.

The reasoning being that if _StealthProperty does the __getattr__ lookup 
itself, and fails, it will return an AttributeError... and then Python will use 
__getattr__ again to try and find the attribute.

So I'll add a comment into the shortened version and leave it at that.

----------

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

Reply via email to