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 sbt
Recipients sbt, shwouchk
Date 2013-06-21.22:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371854845.19.0.345680989638.issue18277@psf.upfronthosting.co.za>
In-reply-to
Content
Why would you use a multi-process queue to "pass messages from one part of the program to another part, in the same process and thread"?  Why not just use a deque?

Is this something you actually did, or are you just trying to come up with a plausible example?

And, of course, if you are sure there must be an item available, you could just use get() instead of get_nowait().
History
Date User Action Args
2013-06-21 22:47:25sbtsetrecipients: + sbt, shwouchk
2013-06-21 22:47:25sbtsetmessageid: <1371854845.19.0.345680989638.issue18277@psf.upfronthosting.co.za>
2013-06-21 22:47:25sbtlinkissue18277 messages
2013-06-21 22:47:25sbtcreate