[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

Ethan Furman report at bugs.python.org
Sat Mar 29 00:19:18 CET 2014


Ethan Furman added the comment:

Downside to this patch (stoneleaf.01) is that custom AttributeErrors raised in __getattr__ are overridden, which is a pretty severe regression.

----------

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


More information about the Python-bugs-list mailing list