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

2013-07-02 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3, Python 3.4 ___ Python tracker ___ __

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

2013-07-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 20b59fec1123 by Richard Oudkerk in branch '2.7': Issue #17261: Ensure multiprocessing's proxies use proper address. http://hg.python.org/cpython/rev/20b59fec1123 New changeset be4b9e677187 by Richard Oudkerk in branch '3.3': Issue #17261: Ensure mul

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

2013-02-21 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

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

2013-02-20 Thread Wilson Harron
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 th