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
and possibly the type for the sockaddr argument in getnameinfo, though I haven't tested if a tuple[int, bytes] is actually valid there (stdlib docs are unclear):
#13344 / #13372 updated the return value of
socket.getaddrinfo
to includetuple[int, bytes]
:typeshed/stdlib/socket.pyi
Lines 1402 to 1405 in 80dba41
I think it should be updated elsewhere too, such as the internal counterpart:
typeshed/stdlib/_socket.pyi
Lines 807 to 815 in 80dba41
and possibly the type for the
sockaddr
argument ingetnameinfo
, though I haven't tested if atuple[int, bytes]
is actually valid there (stdlib docs are unclear):typeshed/stdlib/_socket.pyi
Line 820 in 80dba41
The text was updated successfully, but these errors were encountered: