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 pitrou
Recipients davin, pitrou, serhiy.storchaka, vstinner
Date 2017-07-10.09:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499680221.75.0.921706179932.issue30171@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think a ResourceWarning should be emitted.  There is no risk of data loss or resource leak if you don't close a multiprocessing Queue explicitly.  Actually, in the real world, I don't think I've ever seen code that closes queues explicitly.
History
Date User Action Args
2017-07-10 09:50:21pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka, davin
2017-07-10 09:50:21pitrousetmessageid: <1499680221.75.0.921706179932.issue30171@psf.upfronthosting.co.za>
2017-07-10 09:50:21pitroulinkissue30171 messages
2017-07-10 09:50:21pitroucreate