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 Mark DePristo
Recipients Mark DePristo, bquinlan, grzgrzgrz3, rnester, willvousden
Date 2017-05-10.16:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494434543.32.0.524546544138.issue27144@psf.upfronthosting.co.za>
In-reply-to
Content
Any update on this reviewing, patching, and then backporting to 2.7? We've just run into the exact same issue here in Google using a ThreadPoolExecutor.map call growing memory usage without bounds due to the Future holding onto its result even after being returned from the map call. There's a more specific patch possible for just map() itself, but this more general one seems like it'd be better.
History
Date User Action Args
2017-05-10 16:42:23Mark DePristosetrecipients: + Mark DePristo, bquinlan, grzgrzgrz3, rnester, willvousden
2017-05-10 16:42:23Mark DePristosetmessageid: <1494434543.32.0.524546544138.issue27144@psf.upfronthosting.co.za>
2017-05-10 16:42:23Mark DePristolinkissue27144 messages
2017-05-10 16:42:23Mark DePristocreate