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 nadeem.vawda, neologix, pitrou, python-dev, vstinner
Date 2011-12-19.15:13:30
SpamBayes Score 0.0018358736
Marked as misclassified No
Message-id <1324307574.3588.28.camel@localhost.localdomain>
In-reply-to <1324132031.61.0.321446919372.issue13453@psf.upfronthosting.co.za>
Content
>   File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/socket.py", line 275, in readinto
>     raise IOError("cannot read from timed out object")
> OSError: cannot read from timed out object

Ah, annoying. The NNTP tests use a single connection, and when a timeout
occurs in a test, subsequent tests will all fail with this error...
History
Date User Action Args
2011-12-19 15:13:31pitrousetrecipients: + pitrou, vstinner, nadeem.vawda, neologix, python-dev
2011-12-19 15:13:30pitroulinkissue13453 messages
2011-12-19 15:13:30pitroucreate