summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-09-24 14:58:47 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-09-24 14:58:47 (GMT)
commit9ceebd544516908e67c0f0d92c7a5f484e12beeb (patch)
tree165f7d3b6342429d3be172d794957f8bd7e29aaf /Misc/NEWS
parent3a708dfc88e374b5d311ad736c0938a8b7c55164 (diff)
downloadcpython-9ceebd544516908e67c0f0d92c7a5f484e12beeb.zip
cpython-9ceebd544516908e67c0f0d92c7a5f484e12beeb.tar.gz
cpython-9ceebd544516908e67c0f0d92c7a5f484e12beeb.tar.bz2
Patch #1288833: Removed thread lock from socket.getaddrinfo on
FreeBSD 5.3 and later versions which got thread-safe getaddrinfo(3). (Reported by Maxim Sobolev)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93c2ba0..00bd247 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,9 @@ present).
Extension Modules
-----------------
+- Patch #1288833: Removed thread lock from socket.getaddrinfo on
+ FreeBSD 5.3 and later versions which got thread-safe getaddrinfo(3).
+
- Patches #1298449 and #1298499: Add some missing checks for error
returns in cStringIO.c.