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 vstinner
Recipients arigo, davin, pitrou, vstinner, xiang.zhang
Date 2017-07-19.10:31:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500460318.08.0.216689944435.issue30966@psf.upfronthosting.co.za>
In-reply-to
Content
> Anyone who thinks those objects stay alive too long can submit a PR for SimpleQueue and Pool to close them eagerly.

I started with SimpleQueue for the master branch:
https://github.com/python/cpython/pull/2760
History
Date User Action Args
2017-07-19 10:31:58vstinnersetrecipients: + vstinner, arigo, pitrou, davin, xiang.zhang
2017-07-19 10:31:58vstinnersetmessageid: <1500460318.08.0.216689944435.issue30966@psf.upfronthosting.co.za>
2017-07-19 10:31:58vstinnerlinkissue30966 messages
2017-07-19 10:31:57vstinnercreate