]> granicus.if.org Git - python/commit
Move make_key() out of the decorator body. Make keys that only need to be hashed...
authorRaymond Hettinger <python@rcn.com>
Tue, 1 May 2012 05:32:16 +0000 (22:32 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 1 May 2012 05:32:16 +0000 (22:32 -0700)
commit9acbb6074f201e8747a1be577d6a71571528243a
tree4e509d548da4357de85afef79bb0b2f920399ad2
parent018b4fbb9bab5d7aed513ee04845f25cd702e413
Move make_key() out of the decorator body. Make keys that only need to be hashed once.
Lib/functools.py