]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor speed-up. Use local variable instead of a global lookup.
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Jan 2015 06:16:10 +0000 (22:16 -0800)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Jan 2015 06:16:10 +0000 (22:16 -0800)
commite5db863c224f32103760d1c745acf9b140a40902
tree12542131f9c9b79a17b17a3e5443e45b9a5e7258
parentf212636fe3fd6505e0de2dafbe7d0a7ab27031cd
Minor speed-up.  Use local variable instead of a global lookup.
Lib/functools.py