-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
socket module does not include all getnameinfo flags #111995
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
Comments
hi respected @Moderators . I am a beginner here and am looking to make some open source contributions . it would be great if you could point me to the right direction to a good issue to make my first open source contribution to this repo . thanks |
@sambhavnoobcoder I suggest starting with https://www.python.org/dev/core-mentorship/ if you haven't already. |
gpshead
pushed a commit
that referenced
this issue
Nov 15, 2023
Add getnameinfo extension NI_IDN flag.
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Add getnameinfo extension NI_IDN flag.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Add getnameinfo extension NI_IDN flag.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
socket
module does not includeNI_IDN
getnameinfo
flag.See: https://man7.org/linux/man-pages/man3/getnameinfo.3.html
Linked PRs
The text was updated successfully, but these errors were encountered: