Open
Description
#13344 / #13372 updated the return value of socket.getaddrinfo
to include tuple[int, bytes]
:
Lines 1402 to 1405 in 80dba41
I think it should be updated elsewhere too, such as the internal counterpart:
Lines 807 to 815 in 80dba41
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):
Line 820 in 80dba41
Activity