[issue1615] PyObject_GenericGetAttr suppresses AttributeErrors in descriptors

Ethan Furman report at bugs.python.org
Fri Mar 28 06:22:00 CET 2014


Ethan Furman added the comment:

Results from the first two tests in my test script:
--------------------------------------------------
'WithOut' object has no attribute 'not_here'

looking up not_here
looking up huh
'With' object has no attribute 'not_here'

----------
stage: test needed -> patch review
Added file: http://bugs.python.org/file34647/issue1615.stoneleaf.01.patch

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


More information about the Python-bugs-list mailing list