[Python-Dev] The AttributeError/getattr mechanism (original) (raw)
Victor Stinner victor.stinner at gmail.com
Fri Nov 27 11:31:24 EST 2015
- Previous message (by thread): [Python-Dev] The AttributeError/__getattr__ mechanism
- Next message (by thread): [Python-Dev] ACTIVITY SUMMARY (2015-11-20 - 2015-11-27)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] The AttributeError/__getattr__ mechanism
- Next message (by thread): [Python-Dev] ACTIVITY SUMMARY (2015-11-20 - 2015-11-27)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]