[issue4999] multiprocessing.Queue does not order objects

Raymond Hettinger report at bugs.python.org
Thu Jan 22 23:46:08 CET 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

The Queue module design should be followed as closely as possible.  It
provides FIFO order as the default, with options for LIFO and priority
order.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list