in several spots conditions for a while loop (while queue: ....) are not working properly for me (python 2.7). Calling queue.__bool__() does work though
in several spots conditions for a while loop (while queue: ....) are not working properly for me (python 2.7).
Calling queue.bool() does work though