Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It's intended that Queue.get blocks until something is put on the Queue. If you don't want it to block use Queue.get(False).
---------- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3138> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com