Re: Exception in thread QueueFeederThread (most likely raised during interpreter shutdown)

2013-02-21 Thread Ziliang Chen
> q.put([1,2,3,4,5,6]) > p = > Process(target=listTest,args=(q,)) > p.start() > p.join() > > if > __name__=='__main__': > queueTest() > > Exception in thread QueueFeederThread > (most likely raised during interpreter shutdown): > I think it may be

Re: Exception in thread QueueFeederThread (most likely raised during interpreter shutdown)

2013-02-20 Thread MRAB
On 2013-02-20 08:26, Ziliang Chen wrote: Hi Guys, I am using the multiprocessing module. The following code snippet occasionally throws the "Exception in thread QueueFeederThread (most likely raised during interpreter shutdown)" exception. I searched google for the cause, someone

Exception in thread QueueFeederThread (most likely raised during interpreter shutdown)

2013-02-20 Thread Ziliang Chen
Hi Guys, I am using the multiprocessing module. The following code snippet occasionally throws the "Exception in thread QueueFeederThread (most likely raised during interpreter shutdown)" exception. I searched google for the cause, someone says there are some issue