◐ Shell
reader mode source ↗
Skip to content

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

Closed
orenmn wants to merge 1 commit into
python:masterfrom
orenmn:fix-getsockaddrarg-error-msg-in-socket_getnameinfo
Closed

replace getsockaddrarg with getnameinfo in an error message in socket_getnameinfo#687
orenmn wants to merge 1 commit into
python:masterfrom
orenmn:fix-getsockaddrarg-error-msg-in-socket_getnameinfo

Conversation

@orenmn

@orenmn orenmn commented Mar 16, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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

orenmn commented Aug 20, 2017

Copy link
Copy Markdown
Contributor Author

#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