]> granicus.if.org Git - python/commit
Issue #18962: Optimize the single iterator case for heapq.merge()
authorRaymond Hettinger <python@rcn.com>
Wed, 11 Sep 2013 06:15:40 +0000 (01:15 -0500)
committerRaymond Hettinger <python@rcn.com>
Wed, 11 Sep 2013 06:15:40 +0000 (01:15 -0500)
commitf27623215cbcb1cc23acfd6d2e2e7b3d5b3f994c
treeffe91a51005530bad2c38d142a953ec1557919ae
parentaa1004da9797a7e440c98ddaa151153daec9e538
Issue #18962:  Optimize the single iterator case for  heapq.merge()

Suggested by Wouter Bolsterlee.
Lib/heapq.py
Misc/ACKS