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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, slash2314
Date 2008-06-19.12:49:01
SpamBayes Score 0.2712009
Marked as misclassified No
Message-id <1213879743.43.0.372479009103.issue3138@psf.upfronthosting.co.za>
In-reply-to
Content
It's intended that Queue.get blocks until something is put on the Queue.
If you don't want it to block use Queue.get(False).
History
Date User Action Args
2008-06-19 12:49:03benjamin.petersonsetspambayes_score: 0.271201 -> 0.2712009
recipients: + benjamin.peterson, amaury.forgeotdarc, slash2314
2008-06-19 12:49:03benjamin.petersonsetspambayes_score: 0.271201 -> 0.271201
messageid: <1213879743.43.0.372479009103.issue3138@psf.upfronthosting.co.za>
2008-06-19 12:49:02benjamin.petersonlinkissue3138 messages
2008-06-19 12:49:01benjamin.petersoncreate