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

Martin Panter report at bugs.python.org
Wed Feb 3 00:39:01 EST 2016


Martin Panter added the comment:

Hello Jesse. Maybe Yury might be more qualified here than me to handle OS X stuff (correct me if I’m wrong). I mainly just work with Linux.

But reading around socketmodule.c, it sounds like we want to be able to build it on newer OS versions, but still have it compatible with older versions. If so, how does that MAC_OS_X_VERSION_10_5 macro work? Would some run-time check also be needed?

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list