This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Delgan
Recipients Delgan
Date 2020-04-28.08:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588064330.44.0.0813793477058.issue40399@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-28 08:58:50Delgansetrecipients: + Delgan
2020-04-28 08:58:50Delgansetmessageid: <1588064330.44.0.0813793477058.issue40399@roundup.psfhosted.org>
2020-04-28 08:58:50Delganlinkissue40399 messages
2020-04-28 08:58:50Delgancreate