[issue4012] Minor errors in multiprocessing docs

Jesse Noller report at bugs.python.org
Thu Oct 2 19:31:38 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

On Thu, Oct 2, 2008 at 1:10 PM, Georg Brandl <report at bugs.python.org> wrote:
>
> Georg Brandl <georg at python.org> added the comment:
>
> I e.g. tried a minimal example with Pool.map():
>
>>>> from multiprocessing import Pool
>>>> p = Pool(5)
>>>> def f(x):
> ...  return x*x
>

I'll add a note. I'm going to file a separate bug, I don't think that
should happen and it's fairly embarrassing that it does.

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


More information about the Python-bugs-list mailing list