[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

Raymond Hettinger report at bugs.python.org
Fri Sep 20 20:41:31 CEST 2013


Raymond Hettinger added the comment:

Marking this for Python 3.4.  It isn't a bug in the descriptor protocol; rather, it is an implementation detail that is sometimes helpful but is mostly annoying.

----------
title: descriptor protocol bug -> PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

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


More information about the Python-bugs-list mailing list