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 orsenthil, pitrou
Date 2011-05-21.16:34:13
SpamBayes Score 6.18684e-06
Marked as misclassified No
Message-id <1305995654.0.0.162674044436.issue12137@psf.upfronthosting.co.za>
In-reply-to
Content
This is probably a transient failure due to the remote host being unavailable, but the "bad file descriptor" error is not ok:


test test_urllibnet failed -- Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/test/test_urllibnet.py", line 70, in test_readlines
    self.assertIsInstance(open_url.readlines(), list,
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/http/client.py", line 509, in read
    s = self.fp.read(amt)
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/socket.py", line 279, in readinto
    return self._sock.recv_into(b)
socket.error: [Errno 9] Bad file descriptor
History
Date User Action Args
2011-05-21 16:34:14pitrousetrecipients: + pitrou, orsenthil
2011-05-21 16:34:14pitrousetmessageid: <1305995654.0.0.162674044436.issue12137@psf.upfronthosting.co.za>
2011-05-21 16:34:13pitroulinkissue12137 messages
2011-05-21 16:34:13pitroucreate