Closed
Description
With the recent addition of functools.lru_cache
it might make sense to display its cache_info
with -vvv
or some other flag, which would be helpful when investigating performance.
For this it might make sense to wrap it into a separate module, so that it is easier to handle all of them (currently just one, but two already with #4247).