It seems the error is different, though. This is what I get after Ctrl-C
(I omit the tracebacks from the other processes):
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/test/test_multiprocessing.py",
line 1071, in test_number_of_objects
refs = self.manager._number_of_objects()
File "Z:\py3k\__svn__\lib\multiprocessing\managers.py", line 569, in
_number_of_objects
conn = self._Client(self._address, authkey=self._authkey)
File "Z:\py3k\__svn__\lib\multiprocessing\connection.py", line 134, in
Client
c = SocketClient(address)
File "Z:\py3k\__svn__\lib\multiprocessing\connection.py", line 253, in
SocketClient
s.connect(address)
socket.error: [Errno 2] No such file or directory