[issue4999] multiprocessing.Queue does not order objects
Frédéric Sagnes added the comment: Tested using Python 2.6.1 on Mac OS 10.5 and Linux 2.6.26 ___ Python tracker <http://bugs.python.org/issue4999> ___ ___ Python-bug
[issue4999] multiprocessing.Queue does not order objects
New submission from Frédéric Sagnes : Objects contained in a multiprocessing.Queue object are not comming out of the queue in the same order as they went in. For instance, if I put in object1, object2 and object3 in this very time sequence from multiple processes, they can end up comming out of