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 vstinner
Recipients vstinner
Date 2010-05-27.21:47:34
SpamBayes Score 0.0009980791
Marked as misclassified No
Message-id <1274996857.49.0.779391183304.issue8835@psf.upfronthosting.co.za>
In-reply-to
Content
The nameserver responsible of sha2.hboeck.de is down and this hostname is used in test_ssl. The result is that all trunk buildbots are red (error).

support.transient_internet() should catch socket.gaierror.

--

One example: http://www.python.org/dev/buildbot/all/builders/amd64%20gentoo%20trunk/builds/1007

Traceback (most recent call last):
  File ".../Lib/test/test_ssl.py", line 261, in test_algorithms
    s.connect(remote)
  ...
gaierror: [Errno -2] Name or service not known
History
Date User Action Args
2010-05-27 21:47:37vstinnersetrecipients: + vstinner
2010-05-27 21:47:37vstinnersetmessageid: <1274996857.49.0.779391183304.issue8835@psf.upfronthosting.co.za>
2010-05-27 21:47:35vstinnerlinkissue8835 messages
2010-05-27 21:47:34vstinnercreate