[Python-Dev] The AttributeError/getattr mechanism (original) (raw)
王珺 wjun77 at gmail.com
Fri Nov 27 03:40:12 EST 2015
- Previous message (by thread): [Python-Dev] crash bug in weakref_richcompare?
- Next message (by thread): [Python-Dev] The AttributeError/__getattr__ mechanism
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [Python-Dev] crash bug in weakref_richcompare?
- Next message (by thread): [Python-Dev] The AttributeError/__getattr__ mechanism
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]