Multiprocessing managers and custom classes

后端 未结 3 821
青春惊慌失措
青春惊慌失措 2020-12-09 22:40

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:

3条回答
  •  -上瘾入骨i
    2020-12-09 23:20

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

提交回复
热议问题