Will S added the comment:
Just to follow up in case anyone comes across my last message later:
I just had to change the last line from
multiprocessing.reducer = pickle2reducer.Pickle2Reducer()
to
multiprocessing.context._default_context.reducer =
pickle2reducer.Pickle2Reducer
Will S added the comment:
Documentation would be appreciated. I have a project that uses BaseManager,
Client, and Listener to create some servers and clients. I would like to update
the project to work with Python 3 and would prefer to update the clients and
the servers separately (i.e