Serhiy Storchaka added the comment:

Please no need to rush. We have 1.5 years to do this right.

I believe supporting __slots__ is very important. But this is not easy task. 
Seems this requires C implementation.

We should also design the behavior in case of setting or deleting cached 
property.

How about just methods without arguments? Some APIs use methods without 
arguments instead of properties. Wouldn't be better to design a decorator that 
memoizes both properties and methods without arguments?

----------

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

Reply via email to