[docs] context argument for multiprocessing.pool.Pool

Julien Palard julien at palard.fr
Fri Feb 22 09:22:41 EST 2019


Hi and thanks for reporting!

> In the actual implementation however there is no argument context.

I can't "reproduce" this statement:

>>> from inspect import signature
>>> from multiprocessing.pool import Pool
>>> signature(Pool.__init__)
<Signature (self, processes=None, initializer=None, initargs=(), maxtasksperchild=None, context=None)>

I see a *context* here, can you be more explicit on how you though it was not here? Bests,

--
Julien Palard
https://mdk.fr



More information about the docs mailing list