[issue17834] Add Heap (and DynamicHeap) classes to heapq module

Antoine Pitrou report at bugs.python.org
Fri Apr 26 17:03:13 CEST 2013


Antoine Pitrou added the comment:

queue.PriorityQueue is a locked class for use in multi-threaded code. That's like saying Queue is a good substitute for list :-)

OTOH, the proposed patch raises a lot of warning signs for me. I will wait for a decision on the feature's desirability before making a review.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17834>
_______________________________________


More information about the Python-bugs-list mailing list