[issue30434] multiprocessing AuthenticationError "digest sent was rejected"

Alex Perry report at bugs.python.org
Mon May 22 17:37:40 EDT 2017


Alex Perry added the comment:

The docstring for the class points out that the `multiprocessing.Manager()` function creates started instances of the SyncManager class. You should probably follow that advice, it calls start() for you.

----------
nosy: +arp11

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


More information about the Python-bugs-list mailing list