This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Handle ipv6 not being enabled in test_socket
Type: behavior Stage: patch review
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bbrazil, python-dev
Priority: normal Keywords: patch

Created on 2012-07-07 16:01 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ipv6-disabled-test-socket.patch bbrazil, 2012-07-07 16:01 review
Messages (2)
msg164893 - (view) Author: Brian Brazil (bbrazil) * Date: 2012-07-07 16:01
If ipv6 is compiled in but disabled in the kernel then test_socket attempts to bind to ports and gets lots of stack traces. The attached patch skips the relevant tests.
msg164971 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-08 08:01
New changeset b71dc2e9e00d by Ross Lagerwall in branch 'default':
#15284: Skip {send,recv}msg tests with disabled IPv6
http://hg.python.org/cpython/rev/b71dc2e9e00d
History
Date User Action Args
2022-04-11 14:57:32adminsetgithub: 59489
2012-07-08 10:58:09bbrazilsetstatus: open -> closed
resolution: fixed
2012-07-08 08:01:46python-devsetnosy: + python-dev
messages: + msg164971
2012-07-07 17:39:24pitrousetstage: patch review
type: behavior
versions: + Python 3.3, - Python 3.4
2012-07-07 16:01:43bbrazilcreate