This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dunric
Recipients dunric, eryksun, martin.panter
Date 2015-09-02.19:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441221610.45.0.80677998487.issue24983@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-02 19:20:10dunricsetrecipients: + dunric, martin.panter, eryksun
2015-09-02 19:20:10dunricsetmessageid: <1441221610.45.0.80677998487.issue24983@psf.upfronthosting.co.za>
2015-09-02 19:20:10dunriclinkissue24983 messages
2015-09-02 19:20:10dunriccreate