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

Antoine Pitrou report at bugs.python.org
Fri May 15 18:33:51 CEST 2015


Antoine Pitrou added the comment:

But to answer your argument:

> I think this is sufficiently tricky to get right that it's worth
> adding filter() as a parallel to the existing map() API.

"Tricky to get right" is not a good criterion. The question is whether it's useful or not. Only the OP has had that need AFAIK.

----------

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


More information about the Python-bugs-list mailing list