Bernat Gabor <gaborjber...@gmail.com> added the comment:

I understand under the hood they're differenet, however I think cached_property 
wanted to be a shorter/better version of  @property    @lru_cache which does 
passes this check. Tools expecting properties to pass that check now need to 
extend their check... and similarly now is no longer enough to use isinstance 
property to check if something is a property.

----------

_______________________________________
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