[issue27833] Process is locked when try to execute Queue.put() inside

Antoine Pitrou report at bugs.python.org
Sat Jul 22 17:55:07 EDT 2017


Antoine Pitrou added the comment:

Indeed the simple solution here is to consume items in the queue before trying to join the process.

----------
nosy: +pitrou
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27833>
_______________________________________


More information about the Python-bugs-list mailing list