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.

Author paul.moore
Recipients abheeman, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-05-15.12:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431694328.87.0.400007931628.issue24202@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2015-05-15 12:52:08paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, abheeman
2015-05-15 12:52:08paul.mooresetmessageid: <1431694328.87.0.400007931628.issue24202@psf.upfronthosting.co.za>
2015-05-15 12:52:08paul.moorelinkissue24202 messages
2015-05-15 12:52:08paul.moorecreate