Hugo Shi <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue7506> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
