ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
248 stars 269 forks source link

Replace `functools.lru_cache` #218

Closed pacrob closed 8 months ago

pacrob commented 11 months ago

What feature should we add?

This decorator is used in several places, but is discouraged via flake8-bugbear rule B019.

Look for a suitable replacement, possibly something like the SimpleCache from web3.py