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

Ram Rachum report at bugs.python.org
Fri May 15 09:36:59 CEST 2015


Ram Rachum added the comment:

Patch with documentation attached. (I don't know how to concatenate patches, so 2.patch contains only the documentation, while 1.patch has the implementation and the tests (but Ethan's patch is better.))

Brian, regarding your simpler implementation based on `Executor.map`: It looks good to me, but I'm not sure if it passes the tests. If it does then I don't mind if that's the implementation that would be used.

----------
Added file: http://bugs.python.org/file39381/2.patch

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


More information about the Python-bugs-list mailing list