mpipe
mpipe copied to clipboard
Non-global wclass is not serializable for pickle
On OS without fork support, wclass in OrderedStage.__init__ is required to be serializable, that's a problem.
Otherwise an exception will be raised:
AttributeError: Can't pickle local object 'OrderedStage.init.
.wclass'