Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> They are both descriptors, but cached_property is not a data descriptor.

I think this is one of the key reasons this should not return "True" for 
isinstance(A.b, property). Also, cached_property does not allow you to 
implement a setter or a deleter.

The docs say "Similar to property()" but not "the same as property()"

----------
nosy: +pablogsal

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41523>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to