[docs] [issue24195] Add `Executor.filter` to concurrent.futures

Ram Rachum report at bugs.python.org
Mon Jun 8 19:11:33 CEST 2015


Ram Rachum added the comment:

Right, so it might be garbage-collecting the items before the futures are done being created, so the whole list wouldn't need to be saved in memory. I understand now.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24195>
_______________________________________


More information about the docs mailing list