replace getsockaddrarg with getnameinfo in an error message in socket_getnameinfo by orenmn · Pull Request #687 · python/cpython
currently an error message in socket_getnameinfo says the error occurred in getsockaddrarg, while it actually occurred in getnameinfo.
this patch fixes the error message.
to which versions should I backport this patch?