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

> To a avoid race condition

As Oren explained, the race condition is due to your use of the managed Queue.  
If you keep the object alive in the main process until the tasks have finished, 
there shouldn't be any problem.  The question is: is there any reason you don't 
want to?

----------

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

Reply via email to