mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-101898: Fix missing term references for hashable definition (#101899)
Fix missing term references for hashable definition
This commit is contained in:
parent
e5da9ab2c8
commit
3690688149
16 changed files with 22 additions and 22 deletions
|
@ -1979,7 +1979,7 @@ method result will be released right away. The disadvantage is that if
|
|||
instances accumulate, so too will the accumulated method results. They
|
||||
can grow without bound.
|
||||
|
||||
The *lru_cache* approach works with methods that have hashable
|
||||
The *lru_cache* approach works with methods that have :term:`hashable`
|
||||
arguments. It creates a reference to the instance unless special
|
||||
efforts are made to pass in weak references.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue