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 ned.deily
Recipients ned.deily, ronaldoussoren, ssbarnea
Date 2018-11-04.17:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541350857.78.0.788709270274.issue35164@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report but I don't think the problem you are seeing is that simple.  On my 10.14.1 system, I don't see that problem:

$ scutil --get HostName
HostName: not set
$ /usr/local/bin/python3.7
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 03:13:28)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.gethostname()
'harj.local'
>>> socket.gethostbyname(socket.gethostname())
'10.0.1.8'
>>>

So there's likely some other configuration issue here.
History
Date User Action Args
2018-11-04 17:00:57ned.deilysetrecipients: + ned.deily, ronaldoussoren, ssbarnea
2018-11-04 17:00:57ned.deilysetmessageid: <1541350857.78.0.788709270274.issue35164@psf.upfronthosting.co.za>
2018-11-04 17:00:57ned.deilylinkissue35164 messages
2018-11-04 17:00:57ned.deilycreate