[Python-Dev] The AttributeError/__getattr__ mechanism

王珺 wjun77 at gmail.com
Fri Nov 27 03:40:12 EST 2015


Hello everyone:

I'm suggesting a modification to the AttributeError/__getattr__ mechanism,
see issue25634:
http://bugs.python.org/issue25634

I used __getattr__ sometimes, and *descriptor* especially *property* is so
widely used. I wonder whether someone
had encountered the same problem with me.

However, this is a complicated problem including performance issues, and
backward compatibility.

Thanks for your attention,
Jun Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20151127/a7759101/attachment.html>


More information about the Python-Dev mailing list