[issue7503] multiprocessing AuthenticationError "digest sent was rejected" when pickling proxy
xhantu added the comment: forgot to set version in classification -- versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue7503> ___ ___ Pytho
[issue7503] multiprocessing AuthenticationError "digest sent was rejected" when pickling proxy
xhantu added the comment: Confirmed for Python 2.7.1 on Ubuntu. Problematic are the __reduce__ methods of multiprocessing.process.AuthenticationString and multiprocessing.managers.BaseProxy. Pickling of an authkey in BaseProxy is only done and allowed when Popen.thread_is_spawning() is True