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.