Delgan <delgan...@gmail.com> added the comment:

Another curiosity: if 'print("Consumed:", queue.get())' is replaced by either 
'print("Consumed")' or 'queue.get()', then the program keeps running without 
stopping. Only a combination of both makes the program to hang.

Also reproducible on 3.5.2.

----------

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

Reply via email to