Issue #8976 requests adding socket.getnameinfo() for reverse DNS resolution. PR #9051 implements support for additional arguments (proto and flags) to getaddrinfo() in the Unix port. While both items relate to socket address resolution APIs, they address different functions: getnameinfo() (reverse lookup) vs getaddrinfo() (forward lookup with protocol hints). The PR does not implement getnameinfo() functionality, so it does not resolve the feature request in the query.
Suggested action
Keep both items open. The PR addresses a related socket API enhancement but does not implement the requested getnameinfo() method. Consider linking the PR to the issue for context, but do not close the issue as resolved.