[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

Ethan Furman report at bugs.python.org
Sat Mar 29 00:22:21 CET 2014


Ethan Furman added the comment:

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

(Removed, renamed, and reloaded patch.)

----------
Added file: http://bugs.python.org/file34657/issue1615.stoneleaf.02.patch

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


More information about the Python-bugs-list mailing list