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 2018-12-17.11:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545044915.94.0.788709270274.issue35518@psf.upfronthosting.co.za>
In-reply-to
Content
snakebite.net and blackhole.snakebite.net domains don't exist anymore, but test_timeout uses it:

    def testConnectTimeout(self):
        # Testing connect timeout is tricky: we need to have IP connectivity
        # to a host that silently drops our packets.  We can't simulate this
        # from Python because it's a function of the underlying TCP/IP stack.
        # So, the following Snakebite host has been defined:
        blackhole = resolve_address('blackhole.snakebite.net', 56666)
        (...)

If I recall properly, snakebite.net was a service provided by Trent Nelson to test CPython on various operating systems (Solaris, IRIX, HP-UX, etc.). It seems like the service is now completely down.

Article from 2009:

https://conferences.oreilly.com/oscon/oscon2009/public/schedule/detail/8268

"Snakebite is a culmination of ten months of secretive work, seven trips to Michigan State University, six blown fuses and about $60,000. The end result? A network of around 37-ish servers of all different shapes and sizes, specifically geared towards the development needs of open source projects. Get the inside scoop from Snakebite's Founder, Trent Nelson, and MSU Director Dr. Titus Brown."
History
Date User Action Args
2018-12-17 11:08:35vstinnersetrecipients: + vstinner
2018-12-17 11:08:35vstinnersetmessageid: <1545044915.94.0.788709270274.issue35518@psf.upfronthosting.co.za>
2018-12-17 11:08:35vstinnerlinkissue35518 messages
2018-12-17 11:08:35vstinnercreate