This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, gregory.p.smith, jnoller, jon, kristjan.jonsson, pitrou, r.david.murray
Date 2009-11-13.18:04:33
SpamBayes Score 5.3108765e-06
Marked as misclassified No
Message-id <1258135475.59.0.679735485489.issue7060@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-11-13 18:04:35pitrousetrecipients: + pitrou, gregory.p.smith, kristjan.jonsson, jon, benjamin.peterson, jnoller, r.david.murray
2009-11-13 18:04:35pitrousetmessageid: <1258135475.59.0.679735485489.issue7060@psf.upfronthosting.co.za>
2009-11-13 18:04:33pitroulinkissue7060 messages
2009-11-13 18:04:33pitroucreate