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 Patrik Dufresne
Recipients Chris.Farrow, Patrik Dufresne, bquinlan, mark.dickinson, simon.jagoe
Date 2016-09-06.18:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473186837.55.0.897003608037.issue21009@psf.upfronthosting.co.za>
In-reply-to
Content
I've encounter this issue. To easily avoid this issue, I've change `queue.put(None)` to `queue.put(None, block=False)` to work around this.
History
Date User Action Args
2016-09-06 18:33:57Patrik Dufresnesetrecipients: + Patrik Dufresne, bquinlan, mark.dickinson, simon.jagoe, Chris.Farrow
2016-09-06 18:33:57Patrik Dufresnesetmessageid: <1473186837.55.0.897003608037.issue21009@psf.upfronthosting.co.za>
2016-09-06 18:33:57Patrik Dufresnelinkissue21009 messages
2016-09-06 18:33:57Patrik Dufresnecreate