[issue23582] multiprocessing.Queue.get is not getting all the items in the queue

Roberto Martínez report at bugs.python.org
Wed Mar 4 20:47:49 CET 2015


Roberto Martínez added the comment:

I think you misunderstood my explanation. My english is not very good, sorry.

I think that my previously attached file (mpqueuegetwrong.py) shows it better than my words. In this file you can see that I am not calling qsize nor get_nowait, only put and get. And the behavior I am reporting is only related to those methods (and I think it is not documented).

----------

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


More information about the Python-bugs-list mailing list