This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author afn
Recipients afn
Date 2013-09-14.19:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379187400.82.0.0941169125435.issue19018@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, it seems that in current cpython branch this problem is fixed by checking condition _len(h) > 1:
http://hg.python.org/cpython/file/1dc925ee441a/Lib/heapq.py#l373
But is it possible to fix it for the previous branches?
History
Date User Action Args
2013-09-14 19:36:40afnsetrecipients: + afn
2013-09-14 19:36:40afnsetmessageid: <1379187400.82.0.0941169125435.issue19018@psf.upfronthosting.co.za>
2013-09-14 19:36:40afnlinkissue19018 messages
2013-09-14 19:36:40afncreate