]> granicus.if.org Git - python/commit
Issue 13274: Make the pure python code for heapq more closely match the C implementa...
authorRaymond Hettinger <python@rcn.com>
Sun, 30 Oct 2011 21:32:54 +0000 (14:32 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 30 Oct 2011 21:32:54 +0000 (14:32 -0700)
commite584457e24606ea1498b66dd94a0ecc9bf4c5dc4
treeb0cecb42803ad49d624f872d6e70cf3d0e9e8aaf
parent9783b44bcf0f539b56165d823d2b6eede080c1d8
Issue 13274:  Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
Lib/heapq.py