]> granicus.if.org Git - python/commit
Patch #1288833: Removed thread lock from socket.getaddrinfo on
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 24 Sep 2005 14:58:47 +0000 (14:58 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 24 Sep 2005 14:58:47 +0000 (14:58 +0000)
commit9ceebd544516908e67c0f0d92c7a5f484e12beeb
tree165f7d3b6342429d3be172d794957f8bd7e29aaf
parent3a708dfc88e374b5d311ad736c0938a8b7c55164
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)
Misc/NEWS
Modules/socketmodule.c