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 r.david.murray
Recipients Roberto Martínez, alexei.romanov, davin, r.david.murray, sbt
Date 2015-03-04.20:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425502658.79.0.656699649901.issue23582@psf.upfronthosting.co.za>
In-reply-to
Content
You are calling q.empty when draining the queue.  That has the same documented caution.  Since you are using get in that loop, in that case you *want* to be calling qsize, just like you do when you drain it at the end.
History
Date User Action Args
2015-03-04 20:57:38r.david.murraysetrecipients: + r.david.murray, sbt, davin, alexei.romanov, Roberto Martínez
2015-03-04 20:57:38r.david.murraysetmessageid: <1425502658.79.0.656699649901.issue23582@psf.upfronthosting.co.za>
2015-03-04 20:57:38r.david.murraylinkissue23582 messages
2015-03-04 20:57:38r.david.murraycreate