]> granicus.if.org Git - python/commit
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
authorNed Deily <nad@python.org>
Mon, 15 Feb 2016 05:54:08 +0000 (16:54 +1100)
committerNed Deily <nad@python.org>
Mon, 15 Feb 2016 05:54:08 +0000 (16:54 +1100)
commit47299fd39cf466adf9e33f26d91bf04ff6f70085
treec46626d223cfd70371e0ffabd07755ebfc2e7b54
parent203ce927f529a2f72e7c4cca574abd8ef1605b52
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
versions 10.5 or higher.  Original patch by A. Jesse Jiryu Davis.
Misc/NEWS
Modules/socketmodule.c