Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Closed
orenmn wants to merge 1 commit into
python:masterpython/cpython:masterfrom
orenmn:fix-getsockaddrarg-error-msg-in-socket_getnameinfoorenmn/cpython:fix-getsockaddrarg-error-msg-in-socket_getnameinfoCopy head branch name to clipboard
Closed

replace getsockaddrarg with getnameinfo in an error message in socket_getnameinfo#687
orenmn wants to merge 1 commit into
python:masterpython/cpython:masterfrom
orenmn:fix-getsockaddrarg-error-msg-in-socket_getnameinfoorenmn/cpython:fix-getsockaddrarg-error-msg-in-socket_getnameinfoCopy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.