[issue17261] multiprocessing.manager BaseManager cannot return proxies from proxies remotely (when listening on '')

Wilson Harron report at bugs.python.org
Thu Feb 21 00:20:42 CET 2013


New submission from Wilson Harron:

If a manager is running listening to all ports ('0.0.0.0') and the manager has a proxy that returns another proxy the client will not be able to create the resulting proxy. 

This is because the server (manager) returns '0.0.0.0' in the token returned, and the therefore the client cannot connect to the proxy.

----------
components: Library (Lib)
files: proxytest.py
messages: 182567
nosy: Wilson.Harron
priority: normal
severity: normal
status: open
title: multiprocessing.manager BaseManager cannot return proxies from proxies remotely (when listening on '')
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file29137/proxytest.py

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


More information about the Python-bugs-list mailing list