[issue30482] socket.getservbyname(), socket.getservbyport(), socket.getprotobyname() are not threadsafe

Antoine Pitrou report at bugs.python.org
Fri May 26 06:11:12 EDT 2017


Antoine Pitrou added the comment:

The configure.ac script should check for the availability of gethostbyname_r and friends, like it already does for other functions.

----------
nosy: +haypo, pitrou
stage:  -> needs patch
versions:  -Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list