Message 243267 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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.