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 Sandy Chapman
Recipients Sandy Chapman, docs@python
Date 2015-05-27.12:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432729321.3.0.0746320695027.issue24296@psf.upfronthosting.co.za>
In-reply-to
Content
The example at the bottom of the following page should have a warning added:

https://docs.python.org/2/library/queue.html

The warning should be such that the user is informed that the threads in the example are not cleaned up and will continue to run. Any future additions to the queue will then be processed immediately by those threads.
History
Date User Action Args
2015-05-27 12:22:01Sandy Chapmansetrecipients: + Sandy Chapman, docs@python
2015-05-27 12:22:01Sandy Chapmansetmessageid: <1432729321.3.0.0746320695027.issue24296@psf.upfronthosting.co.za>
2015-05-27 12:22:01Sandy Chapmanlinkissue24296 messages
2015-05-27 12:22:01Sandy Chapmancreate