Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace getsockaddrarg with getnameinfo in an error message in socket_getnameinfo #687

Conversation

orenmn
Copy link
Contributor

@orenmn orenmn commented Mar 16, 2017

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?

@serhiy-storchaka
Copy link
Member

This is more complex issue than looked. I have opened bpo-29832 for further discussion.

It seems to me that there is no need to backport these changes.

@orenmn
Copy link
Contributor Author

orenmn commented Aug 20, 2017

#3119 fixed this specific error message.
(http://bugs.python.org/issue29832 is yet to be resolved.)

@orenmn orenmn closed this Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants