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 Wanja Chresta
Recipients Wanja Chresta
Date 2019-01-04.23:59:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546646341.89.0.98369666308.issue35659@roundup.psfhosted.org>
In-reply-to
Content
After thinking about it some more I realised that this doesn't make sense since heapq is based on lists and lists have an insertion complexity of O(n). Thus, they'll never read the needed O(log n) and heapq is the wrong place.

Never mind.
History
Date User Action Args
2019-01-04 23:59:03Wanja Chrestasetrecipients: + Wanja Chresta
2019-01-04 23:59:01Wanja Chrestasetmessageid: <1546646341.89.0.98369666308.issue35659@roundup.psfhosted.org>
2019-01-04 23:59:01Wanja Chrestalinkissue35659 messages
2019-01-04 23:59:01Wanja Chrestacreate