timothycrosley / deprecated.pies

The simplest (and tastiest) way to write one program that runs on both Python 2 and Python 3.
MIT License
148 stars 7 forks source link

modified lru_cache to mimic python 3.3+ #50

Closed AnkurDedania closed 9 years ago

AnkurDedania commented 9 years ago

I found issues caching numpy.ndarrays and wasn't working well with python 2.7. I modified lru_cache to closely tie to python 3.4.

timothycrosley commented 9 years ago

Awesome work, thanks for the improvement!