]> granicus.if.org Git - python/commit
[ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect
authorJust van Rossum <just@letterror.com>
Fri, 9 May 2003 07:53:18 +0000 (07:53 +0000)
committerJust van Rossum <just@letterror.com>
Fri, 9 May 2003 07:53:18 +0000 (07:53 +0000)
commit1040d2ce7d75ab98a7f2b9d17b7e7e47372229f5
tree095e584f56df60ea776c227f70b4e377f9f86271
parenta00050f209acf2201b2382f9d534a2595bacf5c3
[ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect
access with lock on those platforms that getaddrinfo() isn't (known to be)
thread-safe. Thanks to MvL for mentoring this patch.
Modules/socketmodule.c