summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-14 06:50:42 (GMT)
committerNed Deily <nad@acm.org>2014-02-14 06:50:42 (GMT)
commitb24f481ab4de08e92f5901391594024b2eff0995 (patch)
treede9b979d0e79bdcf44e9cb0ce1d46cec578d5677 /Misc
parentffadbb7ee7ff770d818607f6c03ef6c37a177a6f (diff)
downloadcpython-b24f481ab4de08e92f5901391594024b2eff0995.zip
cpython-b24f481ab4de08e92f5901391594024b2eff0995.tar.gz
cpython-b24f481ab4de08e92f5901391594024b2eff0995.tar.bz2
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e5157cf..b226072 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Tests
- Issue #20474: Fix test_socket "unexpected success" failures on OS X 10.7+.
+- Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
+
Documentation
-------------