Jesse Noller <jnol...@gmail.com> added the comment:

multiprocessing.Queue.Put() acts the same as Queue.put() - if the queue is 
full, the put call "hangs" until the queue is no longer full. The process will 
not exit, as the Queue is full, and it's waiting in put.

This works as designed, unless I'm missing something painfully obvious, which 
is entirely possible.

----------
resolution:  -> invalid
status: open -> closed

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

Reply via email to