mpipe icon indicating copy to clipboard operation
mpipe copied to clipboard

Non-global wclass is not serializable for pickle

Open MacroBull opened this issue 4 years ago • 0 comments

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'

MacroBull avatar Nov 05 '20 09:11 MacroBull