Message 332710 - Python tracker

Message332710

Author pitrou
Recipients beruhan, davin, eamanu, pitrou
Date 2018-12-29.09:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546077238.74.0.478091179906.issue35608@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2018-12-29 09:53:59pitrousetrecipients: + pitrou, davin, eamanu, beruhan
2018-12-29 09:53:58pitrousetmessageid: <1546077238.74.0.478091179906.issue35608@roundup.psfhosted.org>
2018-12-29 09:53:58pitroulinkissue35608 messages
2018-12-29 09:53:58pitroucreate