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 jnoller, pitrou, roudkerk
Date 2008-06-14.21:12:11
SpamBayes Score 0.0006534378
Marked as misclassified No
Message-id <1213477935.98.0.636966161524.issue3109@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the error can happen in test_pickling:

test_pickling (__main__.WithProcessesTestPicklingConnections) ...
Process Process-24:
Traceback (most recent call last):
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 237, in _bootstrap
    self.run()
  File "/home/antoine/py3k/traceback/Lib/multiprocessing/process.py",
line 93, in run
    self._target(*self._args, **self._kwargs)
  File "Lib/test/test_multiprocessing.py", line 1390, in _remote
    client.connect(address)
socket.error: [Errno 111] Connection refused
History
Date User Action Args
2008-06-14 21:12:16pitrousetspambayes_score: 0.000653438 -> 0.0006534378
recipients: + pitrou, roudkerk, jnoller
2008-06-14 21:12:16pitrousetspambayes_score: 0.000653438 -> 0.000653438
messageid: <1213477935.98.0.636966161524.issue3109@psf.upfronthosting.co.za>
2008-06-14 21:12:11pitroulinkissue3109 messages
2008-06-14 21:12:11pitroucreate