Jeff McNeil <j...@jmcneil.net> added the comment:

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()?

----------
nosy: +mcjeff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14487>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to