[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address
Hugo Shi added the comment: Does BaseManager need to be pickleable? It looks like it contains an AuthenticationKey which should NOT be pickled for security reasons. All the unit tests pass if we remove the __reduce__ method. Is that the fix? -- nosy: +Hugo.Shi
[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address
Hugo Shi added the comment: I didn't run the unittests in windows, But I don't have the capability to do so at the moment. I maybe able to do this on monday I don't know why AuthenticationKey has security issues with being pickled, howeve