oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.2k stars 103 forks source link

AttributeError: module 'socket' has no attribute 'gethostbyname_ex' #331

Closed ningpengtao-coder closed 9 months ago

ningpengtao-coder commented 1 year ago

import socket

ipAddress = socket.gethostbyname_ex("google.com")

Inconsistent behavior with python3.8

msimacek commented 9 months ago

Fixed in e19bf58871a82e9f7eda0a414e93c778c8fab811