Skip to content
Advertisement

Multiprocessing managers and custom classes

I do not know why, but I get this strange error whenever I try to pass to the method of a shared object shared custom class object. Python version: 3.6.3

Code:

JavaScript

Error:

JavaScript

What’s the problem here?

Advertisement

Answer

Found temporary solution here. I’ve managed to fix it by adding needed keyword to initializer of AutoProxy in multiprocessingmanagers.py Though, I don’t know if this kwarg is responsible for anything.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement