You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIs that perform name lookups should take an argument (defaulting to trio.socket.getaddrinfo) specifying the function to use for looking up names. This is useful for testing, and it's useful for folks who might want to use some other name lookup code (e.g. an async dns library like pycares).
The text was updated successfully, but these errors were encountered:
APIs that perform name lookups should take an argument (defaulting to
trio.socket.getaddrinfo
) specifying the function to use for looking up names. This is useful for testing, and it's useful for folks who might want to use some other name lookup code (e.g. an async dns library like pycares).The text was updated successfully, but these errors were encountered: