]> granicus.if.org Git - python/commit
No need to rebuild a constant dictionary on every call. Move convert mapping to...
authorRaymond Hettinger <python@rcn.com>
Wed, 14 Jan 2015 06:57:35 +0000 (22:57 -0800)
committerRaymond Hettinger <python@rcn.com>
Wed, 14 Jan 2015 06:57:35 +0000 (22:57 -0800)
commit1a8ada89f9b3d9b10654adce979046d865906a44
tree27f1e32fe3c1ea003cddbce15d748f0553585c3c
parente54dd0b92b00a47d88cd959399331a3fdf77d5d5
No need to rebuild a constant dictionary on every call.  Move convert mapping to module level.
Lib/functools.py