Antoine Pitrou <pit...@free.fr> added the comment:

Your input_thread puts StopIteration once input the queue.  But there are 
several worker processes popping from that queue, and only one of them will see 
the StopIteration.  So I'm not surprised other worker processes would be stuck 
waiting in their loop.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to