]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Flatten the lru cache keyword args tuple for better memory utilization.
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Apr 2012 19:28:02 +0000 (12:28 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Apr 2012 19:28:02 +0000 (12:28 -0700)
commit678e7f3be658df7e1bd06bb0c37d820143f15eca
treea4a49ce5c94d4847cd0d48208e2dcd686c2d4aee
parent1182351e69c81b95186a5318f28a6e1bd2fc0a2f
Flatten the lru cache keyword args tuple for better memory utilization.
Lib/functools.py