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 Владимир Мартьянов
Recipients abarry, eryksun, ezio.melotti, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, williamdias, zach.ware, Владимир Мартьянов
Date 2020-03-09.10:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583748334.74.0.14250043805.issue26227@roundup.psfhosted.org>
In-reply-to
Content
I have Python 3.7.4 and have the same exception:
print (socket.gethostbyaddr("127.0.0.1"))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 6: invalid continuation byte

My OS is Win7 and my computer name contains cyrillic characters.
History
Date User Action Args
2020-03-09 10:05:34Владимир Мартьяновsetrecipients: + Владимир Мартьянов, paul.moore, vstinner, tim.golden, ezio.melotti, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, abarry, williamdias
2020-03-09 10:05:34Владимир Мартьяновsetmessageid: <1583748334.74.0.14250043805.issue26227@roundup.psfhosted.org>
2020-03-09 10:05:34Владимир Мартьяновlinkissue26227 messages
2020-03-09 10:05:34Владимир Мартьяновcreate