[issue4999] multiprocessing.Queue does not order objects

Antoine Pitrou report at bugs.python.org
Thu Jan 22 23:16:11 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Rather than providing strict ordering of Queue input/output, perhaps a
separate or derived class (PriorityQueue?) should be provided just for
that matter (heapq-based?).

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

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


More information about the Python-bugs-list mailing list