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 asvetlov
Recipients asvetlov, rhettinger, serhiy.storchaka, uranusjr, yselivanov
Date 2022-02-14.13:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644845366.81.0.150558271716.issue46622@roundup.psfhosted.org>
In-reply-to
Content
Agree. Let's start from async functions support by `functools.lru_cache`. 

If we will have an agreement that cached_property is an important use-case we can return to this issue.

I have a feeling that async lru_cache is much more important. https://pypi.org/project/async_lru/ has 0.5 million downloads per month: https://pypistats.org/packages/async-lru
History
Date User Action Args
2022-02-14 13:29:26asvetlovsetrecipients: + asvetlov, rhettinger, serhiy.storchaka, yselivanov, uranusjr
2022-02-14 13:29:26asvetlovsetmessageid: <1644845366.81.0.150558271716.issue46622@roundup.psfhosted.org>
2022-02-14 13:29:26asvetlovlinkissue46622 messages
2022-02-14 13:29:26asvetlovcreate