[Python-Dev] The AttributeError/__getattr__ mechanism

Victor Stinner victor.stinner at gmail.com
Fri Nov 27 11:31:24 EST 2015


Hi,

As R. David Murray wrote on the issue, the python-ideas mailing list
is better suited to start such discussion ;-)

Victor

2015-11-27 9:40 GMT+01:00 王珺 <wjun77 at gmail.com>:
> 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
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com
>


More information about the Python-Dev mailing list