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 SilentGhost
Recipients SilentGhost, martin.panter, neologix, r.david.murray, xiang.zhang
Date 2016-11-24.09:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479979638.57.0.4295808627.issue28728@psf.upfronthosting.co.za>
In-reply-to
Content
I get either ('ec2-54-88-107-140.compute-1.amazonaws.com', [], ['54.88.107.140']) or ('ec2-54-84-80-173.compute-1.amazonaws.com', [], ['54.84.80.173']).

It indeed seems to be related to ISP, as I get a regular socket.gaierror raised when I try this on another machine with a different provider. Naturally, it's not related to either 3.6 or 3.7, as I get the same behaviour even with 3.5.

Skipping test might be an option, but one would probably need to wrap all uses of gethostbyaddr into a test helper?
History
Date User Action Args
2016-11-24 09:27:18SilentGhostsetrecipients: + SilentGhost, r.david.murray, neologix, martin.panter, xiang.zhang
2016-11-24 09:27:18SilentGhostsetmessageid: <1479979638.57.0.4295808627.issue28728@psf.upfronthosting.co.za>
2016-11-24 09:27:18SilentGhostlinkissue28728 messages
2016-11-24 09:27:18SilentGhostcreate