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.

Author bbrazil
Recipients bbrazil
Date 2012-07-07.16:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341676904.33.0.668096531532.issue15284@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-07 16:01:44bbrazilsetrecipients: + bbrazil
2012-07-07 16:01:44bbrazilsetmessageid: <1341676904.33.0.668096531532.issue15284@psf.upfronthosting.co.za>
2012-07-07 16:01:43bbrazillinkissue15284 messages
2012-07-07 16:01:43bbrazilcreate