]> 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:29:06 +0000 (14:29 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 30 Oct 2011 21:29:06 +0000 (14:29 -0700)
commite11a47e2070c9c271da5b26a77c8ab50437e58b4
treec188a9c1663efb3b4ac75b86ca224c34732a8b0c
parent6361ea2b07f126a4f4ee44196e0b1368324d6165
Issue 13274:  Make the pure python code for heapq more closely match the C implementation for an undefined corner case.
Lib/heapq.py