You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only use AI_ADDRCONFIG when supported by getaddrinfo (#10542)
The fallback implementation for getaddrinfo in CPython doesn't support
`AI_ADDRCONFIG` and currently fails with a bad flags error. This changes
the implementation to only set the flag if it's part of `AI_MASK`. Since
`AI_MASK` isn't necessarily available either this has to be checked
first.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <[email protected]>
0 commit comments