Is your feature request related to a problem? Please describe.
bugfix, using a local function for import or other similar features in a multi threaded environment results in failure (can't pickle local objects). The issue seems to be related to multiprocessing's way of handling things. Test coverage isn't catching this
Describe the solution you'd like
Is your feature request related to a problem? Please describe.
bugfix, using a local function for import or other similar features in a multi threaded environment results in failure (can't pickle local objects). The issue seems to be related to multiprocessing's way of handling things. Test coverage isn't catching this
Describe the solution you'd like