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 pitrou
Date 2008-06-14.00:07:52
SpamBayes Score 0.0015501654
Marked as misclassified No
Message-id <1213402075.28.0.267049888199.issue3109@psf.upfronthosting.co.za>
In-reply-to
Content
I had the following intermittent failure under py3k:

[...]
test_multiprocessing
Process Process-24:
Traceback (most recent call last):
  File "/home/antoine/py3k/context/Lib/multiprocessing/process.py", line
237, in _bootstrap
    self.run()
  File "/home/antoine/py3k/context/Lib/multiprocessing/process.py", line
93, in run
    self._target(*self._args, **self._kwargs)
  File "/home/antoine/py3k/context/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 00:07:55pitrousetspambayes_score: 0.00155017 -> 0.0015501654
recipients: + pitrou
2008-06-14 00:07:55pitrousetspambayes_score: 0.00155017 -> 0.00155017
messageid: <1213402075.28.0.267049888199.issue3109@psf.upfronthosting.co.za>
2008-06-14 00:07:53pitroulinkissue3109 messages
2008-06-14 00:07:52pitroucreate