Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • One word: impressive! Commented Jun 16, 2019 at 19:10
  • 1
    There is an issue with the Python workaround multiprocessing.reduction.register(types.MethodType, my_reduce): if you then try to instanciate a multiprocessing.Manager() you get this exception: _pickle.PicklingError: Can't pickle <function BaseManager._run_server at 0x00000198B0A91D90>: it's not the same object as multiprocessing.managers.BaseManager._run_server. It seems to only affect Windows though. Commented Jun 17, 2019 at 15:52