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

Doug Freed report at bugs.python.org
Fri May 26 14:16:23 EDT 2017


Doug Freed added the comment:

It already checks for gethostbyname_r, but the comments in socketmodule.c mention that configure seems to get it wrong.  Those comments are probably old, though, so perhaps that can be revisited as well.

----------

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


More information about the Python-bugs-list mailing list