[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

Hugo Shi report at bugs.python.org
Sat Nov 20 19:05:05 CET 2010


Hugo Shi <hugo.r.shi at gmail.com> 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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7506>
_______________________________________


More information about the Python-bugs-list mailing list