Raymond Hettinger added the comment:

Another Note
------------

* The current Python multiprocessing module version of Queue has a close() 
method.  It isn't clear that use cases there are also applicable to plain queue 
module queues for threads.  
https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.close

----------

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

Reply via email to