[issue20864] getattr does not work well with descriptor

Eric Snow report at bugs.python.org
Sat Mar 8 01:38:10 CET 2014


Eric Snow added the comment:

You may get unexpected behavior when you have a descriptor on a class that also has __getattr__ defined.  See issue #1615.  However, I don't think that applies here.  As far as I can tell, everything is working the way it should.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20864>
_______________________________________


More information about the Python-bugs-list mailing list