[issue5862] multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover

R. David Murray report at bugs.python.org
Tue Apr 28 03:55:02 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

The 'Using a remote manager' section of the multiprocessing docs has an
example of calling the (documented) 'from_address' class method of
BaseManager.  However, no such method appears to exist. I don't know if
this is a doc bug or a code bug. The __reduce__ method of BaseManager
calls type(self).from_address, and that and a similar pickle-related
call in sharedctypes are the only places it is mentioned in the module.
 It is not mentioned in the test suite.

In any case, the example does not work as written, and there appear to
be multiple errors in the "another client" (the read client) example.  I
haven't played with the "local client" example at all.

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 86715
nosy: georg.brandl, jnoller, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list