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.20:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371846400.81.0.94556679197.issue18277@psf.upfronthosting.co.za>
In-reply-to
Content
This is a very similar issue to #17985.

While it may seem counter-intuitive, I don't see how it makes any difference.  Another thread/process might remove the item before you can get it.

I find it very difficult to imagine a real program where you can safely use get_nowait() without being prepared to handle an Empty exception.
History
Date User Action Args
2013-06-21 20:26:40sbtsetrecipients: + sbt, shwouchk
2013-06-21 20:26:40sbtsetmessageid: <1371846400.81.0.94556679197.issue18277@psf.upfronthosting.co.za>
2013-06-21 20:26:40sbtlinkissue18277 messages
2013-06-21 20:26:40sbtcreate