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 williamdias
Recipients abarry, eryksun, ezio.melotti, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, williamdias, zach.ware
Date 2019-12-15.00:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576369694.67.0.63696318781.issue26227@roundup.psfhosted.org>
In-reply-to
Content
Shouldn't this issue be solved for Python  3.7.5? Or do I have to manually apply the patch?

I have a windows 8.1 x64 PC whose hostname contains special characters. When creating a socket, the gethostbyaddr() method raises a UnicodeDecodeError: 'utf-8' codec can't decode byt 0xe1 in position 1.

Let me know if you need more information.

Thanks
History
Date User Action Args
2019-12-15 00:28:14williamdiassetrecipients: + williamdias, paul.moore, vstinner, tim.golden, ezio.melotti, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, abarry
2019-12-15 00:28:14williamdiassetmessageid: <1576369694.67.0.63696318781.issue26227@roundup.psfhosted.org>
2019-12-15 00:28:14williamdiaslinkissue26227 messages
2019-12-15 00:28:14williamdiascreate