[issue24983] Wrong AttributeError propagation

David Unric report at bugs.python.org
Wed Sep 2 21:20:10 CEST 2015


David Unric added the comment:

Oops, this was the strict version. The lazy method call version behaves exactly like property getter.

So there is probably no implementation bug, but not too well thought out decision design, making debugging AttributeError exceptions in properties difficult and quite misleading.

----------

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


More information about the Python-bugs-list mailing list