Skip to content
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

Update tornado/netutil.py #670

Merged
merged 1 commit into from
Jan 24, 2013
Merged

Update tornado/netutil.py #670

merged 1 commit into from
Jan 24, 2013

Conversation

schlamar
Copy link
Contributor

socket.getadrrinfo yields some strange output if Python is compiled with --disable-ipv6, resulting in a bad family error.
See http://bugs.python.org/issue16208

`socket.getadrrinfo` yields some strange output if Python is compiled with `--disable-ipv6`, resulting in a `bad family` error.
See http://bugs.python.org/issue16208
bdarnell added a commit that referenced this pull request Jan 24, 2013
Fix bind_sockets when python is compiled with --disable-ipv6
@bdarnell bdarnell merged commit 1316fd6 into tornadoweb:master Jan 24, 2013
@schlamar schlamar deleted the patch-1 branch January 25, 2013 06:51
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.

2 participants