Message 298045 - Python tracker (original) (raw)
Message298045
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:21 | pitrou | set | recipients: + pitrou, vstinner, serhiy.storchaka, davin |
2017-07-10 09:50:21 | pitrou | set | messageid: 1499680221.75.0.921706179932.issue30171@psf.upfronthosting.co.za |
2017-07-10 09:50:21 | pitrou | link | issue30171 messages |
2017-07-10 09:50:21 | pitrou | create |