[issue25924] investigate if getaddrinfo(3) on OSX is thread-safe

Ned Deily report at bugs.python.org
Tue Feb 9 22:25:35 EST 2016


Ned Deily added the comment:

I agree that the approach in "try 2" is fine and the runtime check in "try 3" is overkill.  While it is possible to do so, we've never really supported building on an OS X release n for release m, where m < n, without using the m SDK on n (and in particular for m=10.4) in which case the "try 2" test should work correctly.  Ronald, what do you think?

----------
stage:  -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25924>
_______________________________________


More information about the Python-bugs-list mailing list