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 mcjeff
Recipients mcjeff, ncoghlan
Date 2012-04-04.02:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333508135.57.0.698062182346.issue14487@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at doing this. The empty() and full() methods are marked with a disclaimer stating they're likely to be removed at some point?

I'm curious, does just checking the value of <Queue>.unfinished_tasks satisfy the requirement? It could still easily be non-zero even if the queue itself is empty, signifying work in progress.  Another option might be to allow non-blocking use of join()?
History
Date User Action Args
2012-04-04 02:55:35mcjeffsetrecipients: + mcjeff, ncoghlan
2012-04-04 02:55:35mcjeffsetmessageid: <1333508135.57.0.698062182346.issue14487@psf.upfronthosting.co.za>
2012-04-04 02:55:34mcjefflinkissue14487 messages
2012-04-04 02:55:34mcjeffcreate