[New-bugs-announce] [issue22864] Add filter to multiprocessing.Pool

Mike Drob report at bugs.python.org
Thu Nov 13 18:35:27 CET 2014


New submission from Mike Drob:

Being able to use a pool to easily run 'map' over an iterable is very powerful, but it would also be nice to run 'filter' (or potentially 'ifilter' or 'filter_async', in keeping with the patterns already present).

----------
components: Library (Lib)
messages: 231124
nosy: Mike.Drob
priority: normal
severity: normal
status: open
title: Add filter to multiprocessing.Pool
type: enhancement
versions: Python 2.7, Python 3.6

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


More information about the New-bugs-announce mailing list