New submission from natedogith1 <natedogi...@gmail.com>:
If you nest shared objects on a manager that doesn't use the default authkey, you get an AuthenticationError. import multiprocessing.managers a = multiprocessing.managers.SyncManager(authkey=b'') a.start() b = a.list() b.append(a.list()) _ = b[0] ---------- components: Library (Lib) messages: 324447 nosy: natedogith1 priority: normal severity: normal status: open title: multiprocessing AuthenticationError when nesting with non-default authkey versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34559> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com