Skip to content

Conversation

@BenLewis-Seequent
Copy link

@BenLewis-Seequent BenLewis-Seequent commented Jun 25, 2017

Return name tuple like object(PyStructSequenece) from the functions:

  • socket.gethostbyaddr
  • socket.gethostbyname_ex
  • socket.getaddrinfo
  • socket.getnameinfo
  • socket.if_nameindex
  • socket.recvmsg
  • socket.recvmsg_into

And accept a PyStructSequence as an argument to the functions:

  • socket.create_connection
  • socket.connect
  • socket.connect_ex
  • socket.sendmsg

Changed return of socket.gethostbyname_ex to this new struct.
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@csabella
Copy link
Contributor

This was marked as a WIP over 2 years ago with no additional commits or comments, so I'm going to close this as abandoned. It can be reopened if there is still interest in working on it.

@csabella csabella closed this Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants