[issue7795] BaseManager of multiprocessing module throws an exception if socket.setdefaulttimeout is set
Jonas Weismüller added the comment: uploading missing client file, changing the socket.setdefaulttimeout shows the issue. -- Added file: http://bugs.python.org/file16026/client.py ___ Python tracker <http://bugs.python.org/issue7
[issue7795] BaseManager of multiprocessing module throws an exception if socket.setdefaulttimeout is set
New submission from Jonas Weismüller : If socket.setdefaulttimeout is set to any value (except None), the BaseManager raises an exception and the execution of the remote object fails: Traceback (most recent call last): File "client.py", line 16, in m = Manager() File "c