This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients davin, mwf, rhettinger, tim.peters
Date 2017-03-04.07:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488612882.22.0.859238763681.issue29701@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-03-04 07:34:42rhettingersetrecipients: + rhettinger, tim.peters, davin, mwf
2017-03-04 07:34:42rhettingersetmessageid: <1488612882.22.0.859238763681.issue29701@psf.upfronthosting.co.za>
2017-03-04 07:34:42rhettingerlinkissue29701 messages
2017-03-04 07:34:42rhettingercreate