mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
dbfb8d4626
Don't assume gethostbyaddr()'s primary hostname is the same as gethostname(), or even that gethostname() can be found in the list of hosts returned by gethostbyaddr(). We do test for at least one FQDN in gethostbyaddr().