]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 69858: In Py3.x, a list comprehension is now faster than list(map(itemgette...
authorRaymond Hettinger <python@rcn.com>
Sat, 21 Feb 2009 23:27:02 +0000 (23:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 21 Feb 2009 23:27:02 +0000 (23:27 +0000)
commit391ba51a35ad3d7f1d43ff286b812a36ecb999da
tree9bbf819ceee6b665439ecceb5d63a5572c54db42
parent16304c3a6f4c281274c481d3d3680fe5d35f1b20
Backport 69858:  In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)).
Lib/heapq.py