[issue24202] Multiprocessing Pool not working for userdefined function

Paul Moore report at bugs.python.org
Fri May 15 14:52:08 CEST 2015


Paul Moore added the comment:

Multiprocessing works by firing up additional processes. Those processes won't have access to functions defined in the interactive interpreter.

Can you reproduce this problem in a standalone script? I suspect not, but if you can please post the script here.

Marking as "not a bug", but I haven't closed it yet in case a script reproducing the issue can be provided.

----------
nosy: +paul.moore
resolution:  -> not a bug

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


More information about the Python-bugs-list mailing list