[New-bugs-announce] [issue45588] cached_method similar to cached_property to cache with classes

Marten Lienen report at bugs.python.org
Sat Oct 23 08:50:45 EDT 2021


New submission from Marten Lienen <marten.lienen at gmail.com>:

There should be a `cached_method` equivalent to `cached_property` so that methods of long-lived objects can be cached easily.

----------
components: Library (Lib)
messages: 404870
nosy: martenlienen
priority: normal
severity: normal
status: open
title: cached_method similar to cached_property to cache with classes
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45588>
_______________________________________


More information about the New-bugs-announce mailing list