This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients emptysquare, gvanrossum, martin.panter, ned.deily, python-dev, ronaldoussoren, yselivanov
Date 2016-02-15.05:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160215055805.18338.3033@psf.io>
In-reply-to
Content
New changeset 58ebfa7c1361 by Ned Deily in branch '2.7':
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
https://hg.python.org/cpython/rev/58ebfa7c1361

New changeset 86ddb4d747f8 by Ned Deily in branch '3.5':
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
https://hg.python.org/cpython/rev/86ddb4d747f8

New changeset caca2b354773 by Ned Deily in branch 'default':
Issue #25924: merge with 3.5
https://hg.python.org/cpython/rev/caca2b354773
History
Date User Action Args
2016-02-15 05:58:08python-devsetrecipients: + python-dev, gvanrossum, ronaldoussoren, ned.deily, martin.panter, yselivanov, emptysquare
2016-02-15 05:58:08python-devlinkissue25924 messages
2016-02-15 05:58:08python-devcreate