Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
conda install main::functools32
functools32 includes new features lru_cache (Least-recently-used cache decorator).