]> granicus.if.org Git - python/commit
Use C heapreplace() instead of slower _siftup() in pure python.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Feb 2007 06:59:32 +0000 (06:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Feb 2007 06:59:32 +0000 (06:59 +0000)
commit45eb0f141964bf59d20949fe82bea0af124d6854
tree7244d025719aa6ca3be79391c6f5c4ba0e588b7e
parent54da9819cc74fe6091d090d12753116cfb6c6c62
Use C heapreplace() instead of slower _siftup() in pure python.
Lib/heapq.py