
report at bugs
Nov 13, 2009, 10:04 AM
Post #13 of 20
(554 views)
Permalink
|
|
[issue7060] test_multiprocessing dictionary changed size errors and hang
[In reply to]
|
|
Antoine Pitrou <pitrou [at] free> added the comment: 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 ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7060> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|