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 flox
Recipients flox, pitrou
Date 2010-01-17.21:27:37
SpamBayes Score 2.1391323e-05
Marked as misclassified No
Message-id <1263763659.44.0.532251726667.issue7728@psf.upfronthosting.co.za>
In-reply-to
Content
Some buildbot failure because of hard-coded port.

test_timeout
test test_timeout failed -- Traceback (most recent call last):
  File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/test/test_timeout.py", line 149, in testAcceptTimeout
    self.sock.bind(self.addr_local)
  File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/socket.py", line 222, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
History
Date User Action Args
2010-01-17 21:27:39floxsetrecipients: + flox, pitrou
2010-01-17 21:27:39floxsetmessageid: <1263763659.44.0.532251726667.issue7728@psf.upfronthosting.co.za>
2010-01-17 21:27:37floxlinkissue7728 messages
2010-01-17 21:27:37floxcreate