[New-bugs-announce] [issue15284] Handle ipv6 not being enabled in test_socket

Brian Brazil report at bugs.python.org
Sat Jul 7 18:01:44 CEST 2012


New submission from Brian Brazil <brian.brazil at gmail.com>:

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.

----------
components: Tests
files: ipv6-disabled-test-socket.patch
keywords: patch
messages: 164893
nosy: bbrazil
priority: normal
severity: normal
status: open
title: Handle ipv6 not being enabled in test_socket
versions: Python 3.4
Added file: http://bugs.python.org/file26305/ipv6-disabled-test-socket.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15284>
_______________________________________


More information about the New-bugs-announce mailing list