threading/Queue: join() and task_done() not working? (deadlock)

7stud bbxx789_05ss at yahoo.com
Wed Feb 27 16:14:25 EST 2008


Gal Aviel wrote:
> Hello All,
>
> I'm seeing strange behavior where one thread waits on a queue using join() and
> the later (or so I think, according to order of the printing in STDOUT) another
> thread calls task_done() on the very same queue,

What is task_done()?  The python docs don't list any such function.



More information about the Python-list mailing list