trying to deepcopy an LRU object results in ```python TypeError: cannot pickle 'lru.LRU' object ``` it would be nice to be able to deepcopy LRU objects, though.
trying to deepcopy an LRU object results in
it would be nice to be able to deepcopy LRU objects, though.