[issue34168] RAM consumption too high using concurrent.futures (Python 3.7 / 3.6 )

Josh Rosenberg report at bugs.python.org
Wed Jul 25 13:37:22 EDT 2018


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Note: While this particular use case wouldn't be fixed (map returns in order, not as completed), applying the fix from #29842 would make many similar use cases both simpler to implement and more efficient/possible.

That said, no action has been taken on #29842 (no objections, but no action either), so I'm not sure what to do to push it to completion.

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34168>
_______________________________________


More information about the Python-bugs-list mailing list