Y
Hacker News
new
|
ask
|
show
|
jobs
by
thinkpad20
2547 days ago
Can you really do it in python with an arbitrary function? What if your function takes a dictionary, set, or some other unhashable type as an argument?
1 comments
Veedrac
2547 days ago
lru_cache doesn't support unhashable types.
link