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

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: This has already been fixed in issue 3518: https://docs.python.org/3.4/library/multiprocessing.html#using-a-remote-manager -- nosy: +berker.peksag resolution: - duplicate stage: needs patch - resolved status: open - closed superseder: -

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

2014-06-27 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5862 ___

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

2010-08-27 Thread Ask Solem
Ask Solem a...@opera.com added the comment: Duplicate of 3518? -- nosy: +asksol ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5862 ___ ___

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

2009-11-19 Thread Alexander Dutton
Changes by Alexander Dutton d...@alexdutton.co.uk: -- nosy: +alexdutton ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5862 ___ ___

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

2009-07-09 Thread Casey McGinty
Changes by Casey McGinty casey.mcgi...@gmail.com: -- nosy: +cmcginty ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5862 ___ ___ Python-bugs-list

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

2009-04-28 Thread Jesse Noller
Jesse Noller jnol...@gmail.com added the comment: Ugh, I do think this is a doc bug; I think there was an amount of shear when we performed the merge into core and subsequent bug fixes. I'll take a look when I get a chance. -- ___ Python tracker

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

2009-04-28 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: OK, so I made the obvious changes to the second remote client example and tried running the three. They all run now, but the output is not as expected. I've attached a composite debug log of what happened for your reference. (I think I

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

2009-04-27 Thread R. David Murray
New submission from R. David Murray rdmur...@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

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

2009-04-27 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- assignee: georg.brandl - jnoller ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5862 ___ ___