Issue4206
Created on 2008-10-26 02:21 by LambertDW, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg75223 - (view) | Author: David W. Lambert (LambertDW) | Date: 2008-10-26 02:21 | |
http://docs.python.org/dev/3.0/library/multiprocessing.html "map(func, iterable[, chunksize]) A parallel equivalent of the map() builtin function. It blocks till the result is ready." Not really, __builtins__.map returns a mapping object, Pool().map returns...a list? >>> print(multiprocessing.Pool().map.__doc__) # rather lame doc string! Equivalent of `map()` builtin |
|||
| msg76238 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2008-11-22 08:51 | |
Thanks, fixed in r67334. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:40 | admin | set | github: 48456 |
| 2008-11-22 08:51:48 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg76238 |
| 2008-10-26 02:21:08 | LambertDW | create | |
