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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17261>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to