This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients georg.brandl, jnoller, r.david.murray
Date 2009-04-28.01:55:00
SpamBayes Score 4.842793e-13
Marked as misclassified No
Message-id <1240883702.69.0.562256281063.issue5862@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-28 01:55:02r.david.murraysetrecipients: + r.david.murray, georg.brandl, jnoller
2009-04-28 01:55:02r.david.murraysetmessageid: <1240883702.69.0.562256281063.issue5862@psf.upfronthosting.co.za>
2009-04-28 01:55:00r.david.murraylinkissue5862 messages
2009-04-28 01:55:00r.david.murraycreate