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 misterunknown
Recipients docs@python, misterunknown
Date 2019-07-05.08:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562315509.37.0.79063132625.issue37503@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I missed that q.join() is executed *before* the "None" item is added to the queue.

In my real-world case I called q.join() *after* I added the "None" item.
History
Date User Action Args
2019-07-05 08:31:49misterunknownsetrecipients: + misterunknown, docs@python
2019-07-05 08:31:49misterunknownsetmessageid: <1562315509.37.0.79063132625.issue37503@roundup.psfhosted.org>
2019-07-05 08:31:49misterunknownlinkissue37503 messages
2019-07-05 08:31:49misterunknowncreate