[Python-ideas] The AttributeError/__getattr__ mechanism
王珺
wjun77 at gmail.com
Fri Nov 27 12:49:32 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-ideas/attachments/20151128/fd5e58c3/attachment.html>
More information about the Python-ideas
mailing list