Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.
5 files changed