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 drlazor8
Recipients docs@python, drlazor8, vinay.sajip, xtreak
Date 2019-06-21.07:21:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561101663.92.0.196824848588.issue28890@roundup.psfhosted.org>
In-reply-to
Content
Hello,

The purpose of the QueueListener is to provide a way to get messages sent by QueueHandlers. I was starting the QueueListener in is own mp.Process and was expecting the start() to hang. As it was not, the process was exiting logging a few messages or not depending on the threads schedule. I had a difficult time debugging it and ended up looking at the source code as the start() method was not stating it was starting a daemon thread.

The documentation now states it, I close the bug.
Regards,
History
Date User Action Args
2019-06-21 07:21:03drlazor8setrecipients: + drlazor8, vinay.sajip, docs@python, xtreak
2019-06-21 07:21:03drlazor8setmessageid: <1561101663.92.0.196824848588.issue28890@roundup.psfhosted.org>
2019-06-21 07:21:03drlazor8linkissue28890 messages
2019-06-21 07:21:03drlazor8create