diff options
author | Ned Deily <nad@python.org> | 2016-02-23 11:05:29 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-02-23 11:05:29 (GMT) |
commit | e1d4e58777f28bb000fe95768186f70ff1de45a3 (patch) | |
tree | 5bc3a7a0e38eaeb2ad41ba57a7683d95cfd66ce7 /Misc | |
parent | f1d371bde9be7bf9dab21114b8137c66476a20ac (diff) | |
download | cpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.zip cpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.tar.gz cpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.tar.bz2 |
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -227,6 +227,9 @@ Library - Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis. +- Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on + current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis. + Documentation ------------- |